Skip to content

Commit d97bdaf

Browse files
committed
chore: Update verison
1 parent 1bc054d commit d97bdaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cardgamesmanager",
33
"private": true,
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313
tauri-build = { version = "1.5", features = [] }
1414

1515
[dependencies]
16-
tauri = { version = "1.5", features = [ "fs-write-file", "fs-read-file", "updater", "dialog-open", "dialog-message", "shell-open"] }
16+
tauri = { version = "1.5", features = [ "dialog-save", "fs-write-file", "fs-read-file", "updater", "dialog-open", "dialog-message", "shell-open"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

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": "cardgamesmanager",
10-
"version": "2.1.2"
10+
"version": "2.1.3"
1111
},
1212
"tauri": {
1313
"updater": {

0 commit comments

Comments
 (0)