diff --git a/Cargo.lock b/Cargo.lock index d86b6d1..e0574ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3438,7 +3438,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stone-prover-cli" -version = "0.1.0" +version = "0.2.1" dependencies = [ "cairo-vm", "clap 4.5.0", diff --git a/Cargo.toml b/Cargo.toml index d61107a..4cd364c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stone-prover-cli" -version = "0.1.0" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/scripts/install-stone-cli.sh b/scripts/install-stone-cli.sh index b4c645e..781ddac 100644 --- a/scripts/install-stone-cli.sh +++ b/scripts/install-stone-cli.sh @@ -2,7 +2,7 @@ set -eo pipefail -VERSION="v0.2.0" +VERSION="v0.2.1" INSTALL_DIR="${HOME}/.stone/${VERSION}" TARBALL="stone-cli-linux-x86-64.tar.gz"