Skip to content

Commit d980531

Browse files
committed
fix(docs): update versions
1 parent 10bc31c commit d980531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nodash"
33
type = "lib"
44
description = "A Swiss knife for Noir"
5-
version = "0.40.3"
5+
version = "0.41.0"
66
authors = ["Oleh Misarosh <[email protected]>"]
77
repository = "https://github.com/olehmisar/nodash"
88
keywords = ["Noir", "nodash", "util", "hash"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Nodash is a utility library for [Noir](https://github.com/noir-lang/noir) langua
77
Put this into your Nargo.toml.
88

99
```toml
10-
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.40.3" }
10+
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.41.0" }
1111
```
1212

1313
## Docs

0 commit comments

Comments
 (0)