Skip to content

Commit

Permalink
chore: bump crates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Mar 27, 2024
1 parent 0e6f731 commit 5b39772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/website/package.json
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.36",
"version": "0.1.37",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 2 additions & 2 deletions mithril-client-wasm/www-test/package.json
@@ -1,6 +1,6 @@
{
"name": "www-test",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
Expand All @@ -16,4 +16,4 @@
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.15.1"
}
}
}
2 changes: 1 addition & 1 deletion mithril-client-wasm/www/package.json
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
Expand Down

0 comments on commit 5b39772

Please sign in to comment.