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 13, 2022
1 parent 462e50a commit b1f6bca
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.1
v2.0.2
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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snarkos"
version = "2.0.1"
version = "2.0.2"
authors = [ "The Aleo Team <[email protected]>" ]
description = "A decentralized operating system"
homepage = "https://aleo.org"
Expand All @@ -22,9 +22,9 @@ members = [ "metrics", "storage", "testing" ]
[features]
default = [ "rpc" ]
cuda = [ "snarkvm/cuda" ]
prometheus = ["snarkos-metrics"]
prometheus = [ "snarkos-metrics" ]
rpc = [ "jsonrpsee" ]
test = []
test = [ ]

[dependencies]
bytes = "1.0.0"
Expand All @@ -33,12 +33,12 @@ tui = "0.17.0"

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

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

[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.1"
version = "2.0.2"
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.1"
version = "2.0.2"
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.1"
version = "2.0.2"
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.1"
version = "2.0.2"

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

0 comments on commit b1f6bca

Please sign in to comment.