diff --git a/package.json b/package.json index 739ce27e..a7f0a064 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "trcaa", "private": true, - "version": "1.2.2", + "version": "1.2.3", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2d724c5e..646e452d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trcaa" -version = "1.2.2" +version = "1.2.3" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c201a3f5..79292e2b 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.2", + "version": "1.2.3", "identifier": "com.trcaa.app", "build": { "frontendDist": "../dist",