Skip to content

Commit

Permalink
chore(snarkos): bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 12, 2022
1 parent ab0f703 commit 62b68e3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0
v2.0.1
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos"
version = "2.0.0"
version = "2.0.1"
authors = [ "The Aleo Team <[email protected]>" ]
description = "A decentralized operating system"
homepage = "https://aleo.org"
Expand Down Expand Up @@ -32,12 +32,12 @@ tui = "0.17.0"

[dependencies.snarkos-metrics]
path = "./metrics"
version = "2.0.0"
version = "2.0.1"
optional = true

[dependencies.snarkos-storage]
path = "./storage"
version = "2.0.0"
version = "2.0.1"

[dependencies.snarkvm]
version = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-metrics"
version = "2.0.0"
version = "2.0.1"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Storage for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-storage"
version = "2.0.0"
version = "2.0.1"
authors = [ "The Aleo Team <[email protected]>" ]
description = "Storage for a decentralized operating system"
homepage = "https://aleo.org"
Expand Down
4 changes: 2 additions & 2 deletions testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos-testing"
version = "2.0.0"
version = "2.0.1"
authors = [ "The Aleo Team <[email protected]>" ]
description = "A decentralized operating system"
homepage = "https://aleo.org"
Expand All @@ -23,7 +23,7 @@ features = [ "test" ]

[dependencies.snarkos-storage]
path = "../storage"
version = "2.0.0"
version = "2.0.1"

[dependencies.snarkvm]
version = "0.8.0"
Expand Down

0 comments on commit 62b68e3

Please sign in to comment.