Skip to content

Commit 4cd2d63

Browse files
[release] v0.0.12 (#131)
* update versions * update WASM
1 parent e6f1c73 commit 4cd2d63

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ members = [
88
resolver = "2"
99

1010
[workspace.dependencies]
11-
alto-client = { version = "0.0.11", path = "client" }
12-
alto-types = { version = "0.0.11", path = "types" }
11+
alto-client = { version = "0.0.12", path = "client" }
12+
alto-types = { version = "0.0.12", path = "types" }
1313
commonware-broadcast = { version = "0.0.56" }
1414
commonware-codec = { version = "0.0.56" }
1515
commonware-consensus = { version = "0.0.56" }

chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alto-chain"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
publish = true
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alto-client"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
publish = true
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alto-explorer",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"private": true,
55
"dependencies": {
66
"@types/node": "^16.18.126",
-1.3 KB
Binary file not shown.

inspector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alto-inspector"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
publish = true
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alto-types"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
publish = true
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)