diff --git a/client/package.json b/client/package.json index 775b0fb..e542c89 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "twwe-client", - "version": "1.0.0", + "version": "0.1.1", "description": "Teeworlds Web Editor Client", "type": "module", "scripts": { @@ -53,4 +53,4 @@ "vite": "^4.4.9", "vite-imagetools": "^5.0.8" } -} +} \ No newline at end of file diff --git a/desktop/tauri.conf.json b/desktop/tauri.conf.json index bf0c46f..b28d435 100644 --- a/desktop/tauri.conf.json +++ b/desktop/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Twwe", - "version": "0.1.0" + "version": "0.1.1" }, "tauri": { "allowlist": { diff --git a/server/Cargo.toml b/server/Cargo.toml index f436567..01af8bf 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -2,7 +2,7 @@ name = "twwe-server" description = "Teeworlds Web Editor Server" authors = ["Mathis Brossier "] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "AGPL-3.0-only" repository = "https://github.com/k2d222/twwe"