Skip to content

Commit

Permalink
feat: Update version to 0.9.0 and modify product name and title to re…
Browse files Browse the repository at this point in the history
…move (Beta1)
  • Loading branch information
juddisjudd committed Sep 13, 2024
1 parent 52c584a commit dcc1443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d4-builder",
"version": "1.0.0-beta1",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"distDir": "../out"
},
"package": {
"productName": "D4 Builder (Beta1)",
"version": "1.0.0-beta1"
"productName": "D4 Builder (Beta)",
"version": "0.9.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"fullscreen": false,
"height": 860,
"resizable": true,
"title": "D4 Builder (Beta1)",
"title": "D4 Builder (Beta)",
"width": 1200
}
]
Expand Down

0 comments on commit dcc1443

Please sign in to comment.