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 Feb 18, 2023
1 parent d154162 commit 4626928
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.4
v0.3.5
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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo"
version = "0.3.4"
version = "0.3.5"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Aleo"
homepage = "https://aleo.org"
Expand All @@ -12,7 +12,7 @@ keywords = [
"decentralized",
"zero-knowledge"
]
categories = [ "cryptography::cryptocurrencies", "operating-systems" ]
categories = [ "cryptography::cryptocurrencies" ]
include = [ "Cargo.toml", "cli", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2021"
Expand Down Expand Up @@ -43,12 +43,12 @@ num-format = "0.4.4"

[dependencies.aleo-rust]
path = "rust"
version = "0.3.4"
version = "0.3.5"
optional = true

[dependencies.aleo-wasm]
path = "wasm"
version = "0.3.4"
version = "0.3.5"
optional = true

[dependencies.anyhow]
Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-rust"
version = "0.3.4"
version = "0.3.5"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Rust SDK for managing Aleo acccounts and programs"
homepage = "https://aleo.org"
Expand All @@ -12,7 +12,7 @@ keywords = [
"decentralized",
"zero-knowledge"
]
categories = [ "cryptography::cryptocurrencies", "operating-systems" ]
categories = [ "cryptography::cryptocurrencies" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2021"
Expand Down
6 changes: 3 additions & 3 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.4"
version = "0.3.5"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Aleo"
homepage = "https://aleo.org"
Expand All @@ -12,7 +12,7 @@ keywords = [
"decentralized",
"zero-knowledge"
]
categories = [ "cryptography::cryptocurrencies", "operating-systems" ]
categories = [ "cryptography::cryptocurrencies" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2021"
Expand All @@ -38,7 +38,7 @@ version = "1.0"

[dependencies.snarkvm-wasm]
workspace = true
features = ["console", "fields", "utilities"]
features = [ "console", "fields", "utilities" ]

[dependencies.wasm-bindgen]
version = "0.2"
Expand Down

0 comments on commit 4626928

Please sign in to comment.