Skip to content

Commit 3ffb5d2

Browse files
committed
0.37.2
1 parent 3ec5ec4 commit 3ffb5d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Nargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "webauthn"
33
type = "lib"
44
description = "Webauthn/Passkeys signature verification in Noir"
5-
version = "0.37.1"
5+
version = "0.37.2"
66
authors = ["Oleh Misarosh <[email protected]>"]
77
repository = "https://github.com/olehmisar/noir_webauthn"
88
keywords = [
@@ -15,5 +15,5 @@ keywords = [
1515
]
1616

1717
[dependencies]
18-
base64 = { git = "https://github.com/noir-lang/noir_base64", tag = "v0.4.0" }
19-
nodash = { git = "https://github.com/olehmisar/nodash", tag = "v0.41.2" }
18+
base64 = { git = "https://github.com/noir-lang/noir_base64", tag = "v0.4.1" }
19+
nodash = { git = "https://github.com/olehmisar/nodash", tag = "v0.41.3" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In your _Nargo.toml_ file, add the version of this library you would like to ins
2323

2424
```toml
2525
[dependencies]
26-
webauthn = { tag = "v0.37.1", git = "https://github.com/olehmisar/noir_webauthn" }
26+
webauthn = { tag = "v0.37.2", git = "https://github.com/olehmisar/noir_webauthn" }
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)