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 87e0edb commit b0eaa98
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion 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 Down
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
2 changes: 1 addition & 1 deletion 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

0 comments on commit b0eaa98

Please sign in to comment.