Skip to content

Commit

Permalink
chore: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAku committed Mar 23, 2024
1 parent 3601ec6 commit 70b6fd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "app"
version = "1.0.1"
version = "1.0.2"
description = "Yhtua"
authors = ["Yoann Gendrey"]
license = "MIT"
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 @@ -8,7 +8,7 @@
},
"package": {
"productName": "Yhtua",
"version": "1.0.1"
"version": "1.0.2"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/composables/useSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const exportTokens = async (notification: Notification) => {
}

const backup = {
version: "1.0.1",
version: "1.0.2",
tokens: getTokens(),
}

Expand Down

0 comments on commit 70b6fd4

Please sign in to comment.