diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 0cbfb01..b22d1c5 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1991,7 +1991,7 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "wasmo" -version = "1.2.2" +version = "1.3.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3e1bada..b980966 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmo" -version = "1.2.2" +version = "1.3.0" edition = "2021" authors = ["Zwiterrion "] license = "MIT OR Apache-2.0" diff --git a/server/package.json b/server/package.json index 85baa3c..4da2e39 100755 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "wasmo", - "version": "1.2.2", + "version": "1.3.0", "main": "index.js", "license": "MIT", "scripts": { diff --git a/ui/package.json b/ui/package.json index 5519ad7..5086269 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.2.2", + "version": "1.3.0", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",