This commit is contained in:
2025-05-09 19:38:39 +02:00
parent 891abda0fb
commit bd1c6147fd
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v*
pull_request:
jobs:
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "2.2.3"
version = "2.3.0"
description = "A Tauri App"
authors = ["Thea Schöbl <dev@theaninova.de>"]
license = "AGPL-3"
+1 -1
View File
@@ -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": {