diff --git a/package.json b/package.json index 6572d70..c516de8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coh3-stats-desktop-app", "private": true, - "version": "1.2.6", + "version": "1.2.7", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a284a0b..2c91714 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coh3-stats-desktop-app" -version = "1.2.6" +version = "1.2.7" description = "COH3 Stats Desktop App" authors = ["coh3stats team"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 09dfc29..9d7b290 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Coh3 Stats Desktop App", - "version": "1.2.6" + "version": "1.2.7" }, "tauri": { "allowlist": {