WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8f86be4

Browse files
committed
Bump version
1 parent 0f1943a commit 8f86be4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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 = "src-tauri"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
description = "Bloodborne save editor."
55
authors = ["Noxde", "Valentino Amato"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Bloodborne Save Editor",
11-
"version": "0.5.2"
11+
"version": "0.6.0"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -71,16 +71,16 @@
7171
"windows": [
7272
{
7373
"fullscreen": false,
74-
"height": 615,
74+
"height": 660,
7575
"width": 1290,
7676
"maxWidth": 999999,
7777
"maxHeight": 999999,
7878
"minWidth": 1290,
79-
"minHeight": 615,
79+
"minHeight": 660,
8080
"center": true,
8181
"resizable": true,
8282
"maximizable": true,
83-
"title": "Bloodborne Save Editor v0.5.2"
83+
"title": "Bloodborne Save Editor v0.6.0"
8484
}
8585
]
8686
}

0 commit comments

Comments
 (0)