diff --git a/Cargo.lock b/Cargo.lock index cc59edaf5..6b6db2f91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "aleo" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aleo-rust", "anyhow", @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "aleo-development-server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aleo-rust", "anyhow", @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aleo-rust" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "bencher", @@ -156,7 +156,7 @@ checksum = "7e4f181fc1a372e8ceff89612e5c9b13f72bff5b066da9f8d6827ae65af492c4" [[package]] name = "aleo-wasm" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aleo-rust", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1b3511fb4..1a26d75a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo" -version = "0.4.1" +version = "0.4.2" authors = [ "The Aleo Team " ] description = "Aleo" homepage = "https://aleo.org" @@ -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 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index cad539be6..1fbb729a6 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-rust" -version = "0.4.1" +version = "0.4.2" authors = [ "The Aleo Team " ] description = "Rust SDK for managing Aleo programs and communicating with the Aleo network" homepage = "https://aleo.org" diff --git a/rust/develop/Cargo.toml b/rust/develop/Cargo.toml index d3353fbc6..236fb3506 100644 --- a/rust/develop/Cargo.toml +++ b/rust/develop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-development-server" -version = "0.4.1" +version = "0.4.2" authors = [ "The Aleo Team " ] description = "A REST API server for local or remote Aleo development" homepage = "https://aleo.org" diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 848745d10..566b364d5 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-wasm" -version = "0.4.1" +version = "0.4.2" authors = [ "The Aleo Team " ] description = "Toolkit for exporting key Aleo functionality and cryptography to WebAssembly" homepage = "https://aleo.org"