Skip to content

Commit f8da7c6

Browse files
committed
Merge branch 'main' into production
2 parents 569d95d + e0472d1 commit f8da7c6

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ rustup update
6464
Once everything is installed, clone the Namada Trusted Setup Ceremony GitHub repository and change directories into `namada-trusted-setup`:
6565
```
6666
git clone https://github.com/anoma/namada-trusted-setup.git
67-
cd namada-trusted-setup && git checkout v1.0.0
67+
cd namada-trusted-setup && git checkout v1.0.1
6868
```
6969

7070
Build the binary:

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
set -u
99

10-
LAST_BINARY_VERSION="1.0.0"
10+
LAST_BINARY_VERSION="1.0.1"
1111
BINARY_NAME="namada-ts"
1212
BINARY_FOLDER="$HOME/.namada-ts"
1313
BINARY_PATH="$BINARY_FOLDER/$BINARY_NAME"

phase2-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/AleoHQ/aleo-setup"
66
license = "MIT/Apache-2.0"
77
name = "phase2-cli"
88
repository = "https://github.com/AleoHQ/aleo-setup"
9-
version = "1.0.0"
9+
version = "1.0.1"
1010

1111
[dependencies]
1212
phase2 = {path = "../phase2"}

phase2-coordinator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/AleoHQ/aleo-setup"
66
license = "MIT/Apache-2.0"
77
name = "phase2-coordinator"
88
repository = "https://github.com/AleoHQ/aleo-setup"
9-
version = "1.0.0"
9+
version = "1.0.1"
1010

1111
[[bin]]
1212
name = "phase2-coordinator"

phase2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phase2"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Sean Bowe", "Alex Vlasov", "The Aleo Team <hello@aleo.org>"]
55
description = "Core logic for Phase 1"
66
homepage = "https://github.com/AleoHQ/aleo-setup"

setup-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "setup-utils"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Georgios Konstantopoulos <me@gakonst.com>", "The Aleo Team <hello@aleo.org>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)