From 0d6ef4d0116f0bba05ed51f7ff2080ab3085bdb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Fri, 8 Nov 2024 15:43:23 +0100 Subject: [PATCH] 2.0.1 --- 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 1d561c83..baa1d5be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charachorder-device-manager", - "version": "2.0.0", + "version": "2.0.1", "license": "AGPL-3.0-or-later", "private": true, "engines": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 72a87b82..234aeb02 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.0.0" +version = "2.0.1" 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 43342345..e3a244ae 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.0.0" }, + "package": { "productName": "amacc1ng", "version": "2.0.1" }, "tauri": { "allowlist": { "all": false }, "bundle": {