Skip to content

Commit 950ff69

Browse files
committed
chore: release 0.6.1
1 parent 7f6562d commit 950ff69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Prove Aztec note inclusion in plain Noir. Generate verifiable proofs for verific
77
Install in JS:
88

99
```sh
10-
npm add @nemi-fi/[email protected].0
10+
npm add @nemi-fi/[email protected].1
1111
```
1212

1313
Install in Noir (Nargo.toml):
1414

1515
```toml
1616
[dependencies]
17-
storage_proofs = { git = "https://github.com/nemi-fi/aztec_storage_proofs", tag = "v0.6.0", directory = "lib" }
17+
storage_proofs = { git = "https://github.com/nemi-fi/aztec_storage_proofs", tag = "v0.6.1", directory = "lib" }
1818
```
1919

2020
For an end to end example, see [lib.test.ts](lib.test.ts).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nemi-fi/aztec-storage-proofs",
33
"type": "module",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"files": [
66
"js",
77
"dist"

0 commit comments

Comments
 (0)