diff --git a/package.json b/package.json index b03bdbb5..145d7d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charachorder-device-manager", - "version": "1.5.1", + "version": "1.5.2", "license": "AGPL-3.0-or-later", "private": true, "engines": { @@ -85,4 +85,4 @@ "workbox-window": "^7.1.0" }, "type": "module" -} \ No newline at end of file +} diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 090fb470..bc0fd47d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.5.1" +version = "1.5.2" description = "A Tauri App" authors = ["Thea Schöbl "] license = "AGPL-3" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 99d5da92..64e4d707 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,7 +6,7 @@ "devPath": "http://localhost:5173", "distDir": "../build" }, - "package": { "productName": "amacc1ng", "version": "1.5.1" }, + "package": { "productName": "amacc1ng", "version": "1.5.2" }, "tauri": { "allowlist": { "all": false }, "bundle": {