Skip to content

Commit

Permalink
Bump version to 1.0.0 (nexus-xyz#151)
Browse files Browse the repository at this point in the history
* Bump version to 1.0.0

* Have quickstart docs reference stable version.

* Add tag to readme quickstart as well.
  • Loading branch information
sjudson authored May 13, 2024
1 parent 92e1a9a commit 5b480ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exclude = ["nova-benches"]

[workspace.package]
edition = "2021"
version = "0.1.0"
version = "1.0.0"
authors = ["The Nexus Team <hello@nexus.xyz>"]
homepage = "https://nexus.xyz/"
repository = "https://github.com/nexus-xyz/nexus-zkvm/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rustup target add riscv32i-unknown-none-elf
Then, install the Nexus zkVM:

```shell
cargo install --git https://github.com/nexus-xyz/nexus-zkvm nexus-tools
cargo install --git https://github.com/nexus-xyz/nexus-zkvm nexus-tools --tag 'v1.0.0'
```

Verify the installation:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/zkVM/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Also, make sure you have a working version of [cmake](https://cmake.org).
Then, install the Nexus zkVM:

```shell
cargo install --git https://github.com/nexus-xyz/nexus-zkvm nexus-tools
cargo install --git https://github.com/nexus-xyz/nexus-zkvm nexus-tools --tag 'v1.0.0'
```

Verify the installation:
Expand Down

0 comments on commit 5b480ce

Please sign in to comment.