From 42d7b8ee375a8099b74bb6b420c7f5fee038f913 Mon Sep 17 00:00:00 2001 From: collin <16715212+collinc97@users.noreply.github.com> Date: Wed, 3 May 2023 16:14:09 -0700 Subject: [PATCH] chore(aleo): bump version for new release --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- rust/Cargo.toml | 2 +- rust/develop/Cargo.toml | 2 +- wasm/Cargo.toml | 2 +- wasm/PUBLISH.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) 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 ```