Skip to content

Commit

Permalink
Release 0.4.2 (#574)
Browse files Browse the repository at this point in the history
* Bump SDK versions

* Cargo.lock
  • Loading branch information
iamalwaysuncomfortable authored May 24, 2023
1 parent 45a4ebf commit df98f25
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo"
version = "0.4.1"
version = "0.4.2"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Aleo"
homepage = "https://aleo.org"
Expand All @@ -21,7 +21,7 @@ edition = "2021"
members = [ "rust", "wasm", "rust/develop"]

[workspace.dependencies.aleo-rust]
version = "0.4.0"
version = "0.4.2"
path = "rust"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-rust"
version = "0.4.1"
version = "0.4.2"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Rust SDK for managing Aleo programs and communicating with the Aleo network"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion rust/develop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-development-server"
version = "0.4.1"
version = "0.4.2"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "A REST API server for local or remote Aleo development"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-wasm"
version = "0.4.1"
version = "0.4.2"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Toolkit for exporting key Aleo functionality and cryptography to WebAssembly"
homepage = "https://aleo.org"
Expand Down

0 comments on commit df98f25

Please sign in to comment.