diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 0121a0d..91aa1a6 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1991,7 +1991,7 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "wasmo" -version = "1.0.8" +version = "1.0.9" dependencies = [ "assert_cmd", "assert_fs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b875dab..fab3293 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmo" -version = "1.0.8" +version = "1.0.9" edition = "2021" authors = ["Zwiterrion "] license = "MIT OR Apache-2.0" diff --git a/server/package.json b/server/package.json index 23c6545..39bb5a9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "wasmo", - "version": "1.0.8", + "version": "1.0.9", "main": "index.js", "license": "MIT", "scripts": { diff --git a/ui/package.json b/ui/package.json index a00e0e2..7e7ad95 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.0.7", + "version": "1.0.9", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",