From bd1c6147fd491de67a2094c1976fa187eaafdb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Fri, 9 May 2025 19:30:42 +0200 Subject: [PATCH] 2.3.0 --- .github/workflows/build.yml | 2 ++ package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b37a71b5..b6b47264 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - v* pull_request: jobs: diff --git a/package.json b/package.json index 635b4256..58e35e1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charachorder-device-manager", - "version": "2.2.3", + "version": "2.3.0", "license": "AGPL-3.0-or-later", "private": true, "engines": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c8c91813..45cd7006 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.2.3" +version = "2.3.0" description = "A Tauri App" authors = ["Thea Schöbl "] license = "AGPL-3" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 08e61ec0..f8e35939 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,7 +6,7 @@ "devPath": "http://localhost:5173", "distDir": "../build" }, - "package": { "productName": "amacc1ng", "version": "2.2.3" }, + "package": { "productName": "amacc1ng", "version": "2.3.0" }, "tauri": { "allowlist": { "all": false }, "bundle": {