Skip to content

Commit

Permalink
chore(aleo): bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
collinc97 committed May 3, 2023
1 parent c4fa3ba commit 42d7b8e
Show file tree
Hide file tree
Showing 6 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo"
version = "0.4.0"
version = "0.4.1"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Aleo"
homepage = "https://aleo.org"
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.0"
version = "0.4.1"
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.0"
version = "0.4.1"
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.0"
version = "0.4.1"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Toolkit for exporting key Aleo functionality and cryptography to WebAssembly"
homepage = "https://aleo.org"
Expand Down
2 changes: 1 addition & 1 deletion wasm/PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 42d7b8e

Please sign in to comment.