Skip to content

Commit 9a6f281

Browse files
committed
chore: upgrade crate versions
* client-cardano-stake-distribution from `0.1.4` to `0.1.5` * client-cardano-transaction from `0.1.14` to `0.1.15` * client-mithril-stake-distribution from `0.2.2` to `0.2.3` * client-snapshot from `0.1.18` to `0.1.19` * [js] client-wasm-nodejs from `0.3.0` to `0.3.1` * [js] client-wasm-web from `0.3.0` to `0.3.1`
1 parent 5632f77 commit 9a6f281

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

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.

examples/client-cardano-stake-distribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-stake-distribution"
33
description = "Mithril client cardano stake distribution example"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-cardano-transaction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-transaction"
33
description = "Mithril client cardano-transaction example"
4-
version = "0.1.14"
4+
version = "0.1.15"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-mithril-stake-distribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-mithril-stake-distribution"
33
description = "Mithril client stake distribution example"
4-
version = "0.2.2"
4+
version = "0.2.3"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-snapshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-snapshot"
33
description = "Mithril client snapshot example"
4-
version = "0.1.18"
4+
version = "0.1.19"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-wasm-nodejs/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.

examples/client-wasm-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-wasm-nodejs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/client-wasm-web/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.

examples/client-wasm-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-wasm-web",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"scripts": {
66
"build": "webpack --config webpack.config.js",

0 commit comments

Comments
 (0)