From 888df6dd66e0898fc6a7dd2bf36325e862a03c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Tue, 9 Jul 2024 16:43:06 +0200 Subject: [PATCH] 1.5.2 --- package.json | 4 ++-- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b03bdbb5..145d7d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charachorder-device-manager", - "version": "1.5.1", + "version": "1.5.2", "license": "AGPL-3.0-or-later", "private": true, "engines": { @@ -85,4 +85,4 @@ "workbox-window": "^7.1.0" }, "type": "module" -} \ No newline at end of file +} diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 090fb470..bc0fd47d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.5.1" +version = "1.5.2" 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 99d5da92..64e4d707 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": "1.5.1" }, + "package": { "productName": "amacc1ng", "version": "1.5.2" }, "tauri": { "allowlist": { "all": false }, "bundle": {