Skip to content

Commit

Permalink
Merge pull request #17 from Eagle-Konbu/change-version-to-0.0.1
Browse files Browse the repository at this point in the history
Changed version.
  • Loading branch information
Eagle-Konbu committed Jul 19, 2023
2 parents 55d54e0 + bab9a6f commit f6a1a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seat-arrangement",
"private": true,
"version": "0.1.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
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": "seat-arrangement",
"version": "0.1.0"
"version": "0.0.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit f6a1a6c

Please sign in to comment.