diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 0367192..2830477 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1991,7 +1991,7 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "wasmo" -version = "1.0.10" +version = "1.0.11" dependencies = [ "assert_cmd", "assert_fs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0c2f25f..95514a0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmo" -version = "1.0.10" +version = "1.0.11" edition = "2021" authors = ["Zwiterrion "] license = "MIT OR Apache-2.0" diff --git a/server/package.json b/server/package.json index 7139060..e6706fd 100755 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "wasmo", - "version": "1.0.10", + "version": "1.0.11", "main": "index.js", "license": "MIT", "scripts": { diff --git a/ui/package.json b/ui/package.json index fa51748..134576c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.0.10", + "version": "1.0.11", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",