diff --git a/Cargo.lock b/Cargo.lock index ea545446d..238acea37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "aleo" -version = "0.4.0" +version = "0.4.1" dependencies = [ "aleo-rust", "anyhow", @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "aleo-development-server" -version = "0.4.0" +version = "0.4.1" dependencies = [ "aleo-rust", "anyhow", @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aleo-rust" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bencher", @@ -156,7 +156,7 @@ checksum = "7e4f181fc1a372e8ceff89612e5c9b13f72bff5b066da9f8d6827ae65af492c4" [[package]] name = "aleo-wasm" -version = "0.4.0" +version = "0.4.1" dependencies = [ "aleo-rust", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c2dd824ba..b524da7cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo" -version = "0.4.0" +version = "0.4.1" authors = [ "The Aleo Team " ] description = "Aleo" homepage = "https://aleo.org" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ff37f4a1c..2aacbbecb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-rust" -version = "0.4.0" +version = "0.4.1" 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 c0e9a4cde..d3353fbc6 100644 --- a/rust/develop/Cargo.toml +++ b/rust/develop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-development-server" -version = "0.4.0" +version = "0.4.1" 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 912983664..f85d7f2f2 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleo-wasm" -version = "0.4.0" +version = "0.4.1" authors = [ "The Aleo Team " ] description = "Toolkit for exporting key Aleo functionality and cryptography to WebAssembly" homepage = "https://aleo.org" diff --git a/wasm/PUBLISH.md b/wasm/PUBLISH.md index 789e28739..5ef66940f 100644 --- a/wasm/PUBLISH.md +++ b/wasm/PUBLISH.md @@ -4,7 +4,7 @@ ```bash npm login -wasm-pack build --scope aleohq +wasm-pack build --target nodejs --out-name sdk --scope aleohq cd pkg npm publish --access=public ```