From a3adf0257c96aed691f34837cd6b7828e46da788 Mon Sep 17 00:00:00 2001 From: Etienne ANNE Date: Mon, 25 Mar 2024 16:49:47 +0100 Subject: [PATCH] 1.1.0 --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- server/package.json | 2 +- ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index cc39103..e06a6e4 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1991,7 +1991,7 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "wasmo" -version = "1.0.17" +version = "1.1.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2596d84..c90faaa 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmo" -version = "1.0.17" +version = "1.1.0" edition = "2021" authors = ["Zwiterrion "] license = "MIT OR Apache-2.0" diff --git a/server/package.json b/server/package.json index 4eab2b6..e6fc61f 100755 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "wasmo", - "version": "1.0.17", + "version": "1.1.0", "main": "index.js", "license": "MIT", "scripts": { diff --git a/ui/package.json b/ui/package.json index d64e4cd..4c7c742 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.0.17", + "version": "1.1.0", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",