Skip to content

Commit

Permalink
chore: bump crates versions
Browse files Browse the repository at this point in the history
- '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'.
  • Loading branch information
jpraynaud committed Sep 4, 2024
1 parent dfb3064 commit 72ac81e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-wasm"
version = "0.3.10"
version = "0.4.0"
description = "Mithril client WASM"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions mithril-client-wasm/www-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www-test",
"version": "0.1.6",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
Expand All @@ -19,4 +19,4 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}
}
4 changes: 2 additions & 2 deletions mithril-client-wasm/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.1.8",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
Expand All @@ -18,4 +18,4 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}
}
2 changes: 1 addition & 1 deletion mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.8.16"
version = "0.8.17"
description = "Mithril client library"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions mithril-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-explorer",
"version": "0.7.5",
"version": "0.7.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -38,4 +38,4 @@
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0"
}
}
}

0 comments on commit 72ac81e

Please sign in to comment.