Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Nov 18, 2022
2 parents 569d95d + e0472d1 commit f8da7c6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion phase2-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion phase2-coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion phase2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phase2"
version = "1.0.0"
version = "1.0.1"
authors = ["Sean Bowe", "Alex Vlasov", "The Aleo Team <[email protected]>"]
description = "Core logic for Phase 1"
homepage = "https://github.com/AleoHQ/aleo-setup"
Expand Down
2 changes: 1 addition & 1 deletion setup-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "setup-utils"
version = "1.0.0"
version = "1.0.1"
authors = ["Georgios Konstantopoulos <[email protected]>", "The Aleo Team <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit f8da7c6

Please sign in to comment.