From e1edd196e6401da37495590c53e5ec1ae8f3fb62 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Mon, 9 Jan 2023 07:39:42 +0300 Subject: [PATCH] 3.5.2 --- .github/workflows/release.yml | 10 +++------- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17ea67a..76f61f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,12 +34,8 @@ jobs: tagName: app-v__VERSION__ releaseName: "aptt v__VERSION__" releaseBody: | - New features: - - Submission history - - Notes - - Bug fixes: - - Textarea auto-focus works again - - Submission errors were not caught 😱 + Chores: + - Tauri updated to 1.2 + - Tray menu is rebuilt with Tauri's new API releaseDraft: false prerelease: false diff --git a/package.json b/package.json index 00df0f1..f3d4484 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aptt", "private": true, - "version": "3.5.1", + "version": "3.5.2", "type": "module", "scripts": { "test:static": "tsc --noEmit && eslint ./src", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5cee4e9..3e8b49a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -55,7 +55,7 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "aptt" -version = "3.5.1" +version = "3.5.2" dependencies = [ "rdev", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 81b345e..40ad3c2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptt" -version = "3.5.1" +version = "3.5.2" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9fb6522..ef145cf 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "aptt", - "version": "3.5.1" + "version": "3.5.2" }, "tauri": { "systemTray": {