diff --git a/Cargo.lock b/Cargo.lock index 80cd10f3c..006ed01a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "aleo" -version = "0.3.6" +version = "0.4.0" dependencies = [ "aleo-rust", "anyhow", @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "aleo-development-server" -version = "0.3.6" +version = "0.4.0" dependencies = [ "aleo-rust", "anyhow", @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aleo-rust" -version = "0.3.6" +version = "0.4.0" dependencies = [ "anyhow", "bencher", @@ -156,7 +156,7 @@ checksum = "7e4f181fc1a372e8ceff89612e5c9b13f72bff5b066da9f8d6827ae65af492c4" [[package]] name = "aleo-wasm" -version = "0.3.6" +version = "0.4.0" dependencies = [ "aleo-rust", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ff576e5ba..798875d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo" -version = "0.3.6" +version = "0.4.0" 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.3.6" +version = "0.4.0" path = "rust" default-features = false diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bbfec06b9..ff37f4a1c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-rust" -version = "0.3.6" +version = "0.4.0" 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 bc7f72788..c3099c37b 100644 --- a/rust/develop/Cargo.toml +++ b/rust/develop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-development-server" -version = "0.3.6" +version = "0.4.0" 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 2f1daecb8..7f419b92e 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-wasm" -version = "0.3.6" +version = "0.4.0" authors = [ "The Aleo Team " ] description = "Toolkit for exporting key Aleo functionality and cryptography to WebAssembly" homepage = "https://aleo.org"