Skip to content

Commit c1d3b55

Browse files
authored
chore: bump version numbers for hierarchies 0.1.2 and npm 0.1.3 (#130)
1 parent 123928f commit c1d3b55

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["bindings/wasm/hierarchies_wasm"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.1.1-alpha"
7+
version = "0.1.2-alpha"
88
authors = ["IOTA Stiftung"]
99
edition = "2024"
1010
homepage = "https://www.iota.org"

bindings/wasm/hierarchies_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hierarchies_wasm"
3-
version = "0.1.1-alpha"
3+
version = "0.1.2-alpha"
44
authors = ["IOTA Stiftung"]
55
edition = "2024"
66
homepage = "https://www.iota.org"

bindings/wasm/hierarchies_wasm/package-lock.json

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

bindings/wasm/hierarchies_wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "WASM bindings for IOTA Hierarchies - To be used in JavaScript/TypeScript",
55
"homepage": "https://www.iota.org",
6-
"version": "0.1.2",
6+
"version": "0.1.3",
77
"license": "Apache-2.0",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)