From 8befa472262e2caa62fe6e6a2ad5aabed88e32b1 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sat, 13 Jun 2026 18:36:31 -0500 Subject: [PATCH] chore: bump version to 1.2.3 --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",