Skip to content

Commit e8c42b6

Browse files
committed
3.3.1
1 parent 5f835ba commit e8c42b6

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
tagName: app-v__VERSION__
3535
releaseName: "aptt v__VERSION__"
36-
releaseBody: "See the assets to download this version and install."
36+
releaseBody: |
37+
- Total now includes only billable time
3738
releaseDraft: false
3839
prerelease: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aptt",
33
"private": true,
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"type": "module",
66
"scripts": {
77
"test:static": "tsc --noEmit && eslint ./src",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aptt"
3-
version = "3.3.0"
3+
version = "3.3.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "aptt",
10-
"version": "3.3.0"
10+
"version": "3.3.1"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)