From 6c5f9f64827b7ee7f7de97617e0daabbfdaa32f4 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Sun, 8 Jan 2023 21:37:14 +0300 Subject: [PATCH] 3.5.1 --- .github/workflows/release.yml | 5 +++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 934b8bb..17ea67a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,11 @@ jobs: releaseName: "aptt v__VERSION__" releaseBody: | New features: + - Submission history - Notes + + Bug fixes: + - Textarea auto-focus works again + - Submission errors were not caught 😱 releaseDraft: false prerelease: false diff --git a/package.json b/package.json index 10c1a7c..4b929e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aptt", "private": true, - "version": "3.5.0", + "version": "3.5.1", "type": "module", "scripts": { "test:static": "tsc --noEmit && eslint ./src", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 43dbfec..58d15f0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -55,7 +55,7 @@ checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" [[package]] name = "aptt" -version = "3.5.0" +version = "3.5.1" dependencies = [ "rdev", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dd3f688..3bc7bbd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptt" -version = "3.5.0" +version = "3.5.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 86392a3..ff96e38 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "aptt", - "version": "3.3.1" + "version": "3.5.1" }, "tauri": { "allowlist": {