feat(ci): beta release channel + live updater channel switching #98

Merged
sarman merged 5 commits from fix/proxmox-v1.2.1 into master 2026-06-13 23:38:36 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 8befa47226 - Show all commits

View File

@ -1,7 +1,7 @@
{
"name": "trcaa",
"private": true,
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,6 +1,6 @@
[package]
name = "trcaa"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
[lib]

View File

@ -1,6 +1,6 @@
{
"productName": "Troubleshooting and RCA Assistant",
"version": "1.2.2",
"version": "1.2.3",
"identifier": "com.trcaa.app",
"build": {
"frontendDist": "../dist",