Skip to content

Commit

Permalink
docs: update semver in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnielsen committed Jun 13, 2023
1 parent ef57f25 commit b928401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In your `Nargo.toml` file, add the following dependency:

```toml
[dependencies]
array_helpers = { tag = "v0.1", git = "https://github.com/colinnielsen/noir-array-helpers" }
array_helpers = { tag = "v0.1.0", git = "https://github.com/colinnielsen/noir-array-helpers" }
```

then `use` it in your circuits:
Expand Down

0 comments on commit b928401

Please sign in to comment.