Skip to content

Commit b0eaa98

Browse files
committed
chore: bump crates versions
- 'mithril-client-wasm' from '0.3.10' to '0.4.0' - 'mithril-client' from '0.8.16' to '0.8.17' - 'mithril-explorer' from '0.7.5' to '0.7.6'.
1 parent 87e0edb commit b0eaa98

File tree

6 files changed

+7
-7
lines changed

6 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.

mithril-client-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 = "mithril-client-wasm"
3-
version = "0.3.10"
3+
version = "0.4.0"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/www-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-test",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"build": "webpack --config webpack.config.js",

mithril-client-wasm/www/package.json

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

mithril-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 = "mithril-client"
3-
version = "0.8.16"
3+
version = "0.8.17"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-explorer",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)