Skip to content

Commit

Permalink
chore(aleo): bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
collinc97 committed Nov 29, 2022
1 parent a69d2f3 commit 92a2d44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0
v0.3.1
6 changes: 3 additions & 3 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 = "aleo"
version = "0.3.0"
version = "0.3.1"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Aleo"
homepage = "https://aleo.org"
Expand Down Expand Up @@ -40,12 +40,12 @@ wasm = [ "aleo-wasm" ]

[dependencies.aleo-account]
path = "rust/account"
version = "0.3.0"
version = "0.3.1"
optional = true

[dependencies.aleo-wasm]
path = "wasm"
version = "0.3.0"
version = "0.3.1"
optional = true

[dependencies.anyhow]
Expand Down
2 changes: 1 addition & 1 deletion rust/account/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-account"
version = "0.3.0"
version = "0.3.1"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Aleo"
homepage = "https://aleo.org"
Expand Down
4 changes: 2 additions & 2 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-wasm"
version = "0.3.0"
version = "0.3.1"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Aleo"
homepage = "https://aleo.org"
Expand All @@ -22,7 +22,7 @@ crate-type = [ "cdylib", "rlib" ]

[dependencies.aleo-account]
path = "../rust/account"
version = "0.3.0"
version = "0.3.1"

[dependencies.anyhow]
version = "1.0"
Expand Down

0 comments on commit 92a2d44

Please sign in to comment.