Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 8, 2023
1 parent 4dda43e commit 6c5f9f6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0",
"version": "3.5.1",
"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.0"
version = "3.5.1"
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.3.1"
"version": "3.5.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 6c5f9f6

Please sign in to comment.