diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 7b0e4c0..30d5d90 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1974,7 +1974,7 @@ checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" [[package]] name = "wasmo" -version = "0.1.3" +version = "0.1.7" dependencies = [ "assert_cmd", "assert_fs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1ddf9d3..09392b1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmo" -version = "0.1.3" +version = "0.1.7" edition = "2021" authors = ["Zwiterrion "] license = "MIT OR Apache-2.0" diff --git a/server/package.json b/server/package.json index 7be4080..eb91d3a 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "wasmo", - "version": "16.9.2", + "version": "0.1.7", "main": "index.js", "license": "MIT", "scripts": {