Skip to content

Commit ac0fabe

Browse files
authored
Release: Version 0.1.13 and npmjs version 0.1.9 (#181)
* Bump npmjs version for wasm_notarization to 0.1.9 * Commit "Bump cargo versions to 0.1.13
1 parent c54f5c6 commit ac0fabe

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bindings/wasm/notarization_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 = "notarization_wasm"
3-
version = "0.1.12-alpha"
3+
version = "0.1.13-alpha"
44
authors = ["IOTA Stiftung"]
55
edition = "2021"
66
homepage = "https://www.iota.org"

bindings/wasm/notarization_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/notarization_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 <info@iota.org>",
44
"description": "WASM bindings for IOTA Notarization - A Data Notarization Framework providing multiple notarization methods. To be used in JavaScript/TypeScript",
55
"homepage": "https://www.iota.org",
6-
"version": "0.1.8",
6+
"version": "0.1.9",
77
"license": "Apache-2.0",
88
"repository": {
99
"type": "git",

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples"
3-
version = "0.1.12-alpha"
3+
version = "0.1.13-alpha"
44
authors = ["IOTA Stiftung"]
55
edition = "2024"
66
publish = false

notarization-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notarization"
3-
version = "0.1.12-alpha"
3+
version = "0.1.13-alpha"
44
authors.workspace = true
55
edition.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)