diff --git a/package.json b/package.json index eced07494..36ec1af4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "systembridge", "private": true, - "version": "4.1.11", + "version": "4.1.12", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ab2dc220e..1ddcfd21a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systembridge" -version = "4.1.11" +version = "4.1.12" description = "System Bridge" authors = ["timmo001"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 569479789..6b0d3a4fc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "System Bridge", - "version": "4.1.11", + "version": "4.1.12", "identifier": "dev.timmo.systembridge", "app": { "withGlobalTauri": true,