From 32c2ce2f451fa4d519d04e911ecc211e3fb55a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Thu, 2 Oct 2025 13:59:05 +0200 Subject: [PATCH] 2.5.0 --- 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 e0a1fe63..2b3f9b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charachorder-device-manager", - "version": "2.4.0", + "version": "2.5.0", "license": "AGPL-3.0-or-later", "private": true, "engines": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ec77ecae..7fdafc58 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.4.0" +version = "2.5.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 36c4aa00..98e9e2ee 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.4.0" }, + "package": { "productName": "amacc1ng", "version": "2.5.0" }, "tauri": { "allowlist": { "all": false }, "bundle": {