Skip to content

Commit

Permalink
3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 9, 2023
1 parent 5a660f7 commit e1edd19
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aptt"
version = "3.5.1"
version = "3.5.2"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "aptt",
"version": "3.5.1"
"version": "3.5.2"
},
"tauri": {
"systemTray": {
Expand Down

0 comments on commit e1edd19

Please sign in to comment.