diff --git a/package.json b/package.json index a7f0a064..6d7130c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "trcaa", "private": true, - "version": "1.2.3", + "version": "1.2.4", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 646e452d..afdd9be3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trcaa" -version = "1.2.3" +version = "1.2.4" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 79292e2b..45351d76 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Troubleshooting and RCA Assistant", - "version": "1.2.3", + "version": "1.2.4", "identifier": "com.trcaa.app", "build": { "frontendDist": "../dist",