Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit dcc1443

Browse files
committed
feat: Update version to 0.9.0 and modify product name and title to remove (Beta1)
1 parent 52c584a commit dcc1443

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d4-builder",
3-
"version": "1.0.0-beta1",
3+
"version": "0.9.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src-tauri/tauri.conf.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"distDir": "../out"
88
},
99
"package": {
10-
"productName": "D4 Builder (Beta1)",
11-
"version": "1.0.0-beta1"
10+
"productName": "D4 Builder (Beta)",
11+
"version": "0.9.0"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -57,7 +57,7 @@
5757
"fullscreen": false,
5858
"height": 860,
5959
"resizable": true,
60-
"title": "D4 Builder (Beta1)",
60+
"title": "D4 Builder (Beta)",
6161
"width": 1200
6262
}
6363
]

0 commit comments

Comments
 (0)