diff --git a/Cargo.lock b/Cargo.lock index 083fd73e..2affe1b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2275,7 +2275,7 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "phase2" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "blake2 0.9.2", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "phase2-cli" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "async-stream", @@ -2348,7 +2348,7 @@ dependencies = [ [[package]] name = "phase2-coordinator" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "base64", @@ -3316,7 +3316,7 @@ dependencies = [ [[package]] name = "setup-utils" -version = "1.0.0" +version = "1.0.1" dependencies = [ "blake2 0.9.2", "blake2s_simd 0.5.11", diff --git a/README.md b/README.md index fc73db33..658fb7ee 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ rustup update Once everything is installed, clone the Namada Trusted Setup Ceremony GitHub repository and change directories into `namada-trusted-setup`: ``` git clone https://github.com/anoma/namada-trusted-setup.git -cd namada-trusted-setup && git checkout v1.0.0 +cd namada-trusted-setup && git checkout v1.0.1 ``` Build the binary: diff --git a/install.sh b/install.sh index 0bb04ba0..53083582 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -u -LAST_BINARY_VERSION="1.0.0" +LAST_BINARY_VERSION="1.0.1" BINARY_NAME="namada-ts" BINARY_FOLDER="$HOME/.namada-ts" BINARY_PATH="$BINARY_FOLDER/$BINARY_NAME" diff --git a/phase2-cli/Cargo.toml b/phase2-cli/Cargo.toml index cdf64f33..b5fef719 100644 --- a/phase2-cli/Cargo.toml +++ b/phase2-cli/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/AleoHQ/aleo-setup" license = "MIT/Apache-2.0" name = "phase2-cli" repository = "https://github.com/AleoHQ/aleo-setup" -version = "1.0.0" +version = "1.0.1" [dependencies] phase2 = {path = "../phase2"} diff --git a/phase2-coordinator/Cargo.toml b/phase2-coordinator/Cargo.toml index 44acfb26..ff7e2d09 100644 --- a/phase2-coordinator/Cargo.toml +++ b/phase2-coordinator/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/AleoHQ/aleo-setup" license = "MIT/Apache-2.0" name = "phase2-coordinator" repository = "https://github.com/AleoHQ/aleo-setup" -version = "1.0.0" +version = "1.0.1" [[bin]] name = "phase2-coordinator" diff --git a/phase2/Cargo.toml b/phase2/Cargo.toml index 23b7e693..045bba8b 100644 --- a/phase2/Cargo.toml +++ b/phase2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phase2" -version = "1.0.0" +version = "1.0.1" authors = ["Sean Bowe", "Alex Vlasov", "The Aleo Team "] description = "Core logic for Phase 1" homepage = "https://github.com/AleoHQ/aleo-setup" diff --git a/setup-utils/Cargo.toml b/setup-utils/Cargo.toml index 485296ff..857bea69 100644 --- a/setup-utils/Cargo.toml +++ b/setup-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "setup-utils" -version = "1.0.0" +version = "1.0.1" authors = ["Georgios Konstantopoulos ", "The Aleo Team "] edition = "2018"