Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Sep 29, 2022
1 parent b55106d commit 26ab7f0
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": "tauri-vue-template",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"dev": "RUST_BACKTRACE=1 concurrently -k \"tauri dev\" \"pnpm devtools\"",
"build": "tauri build",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Tauri Vue Template",
"version": "0.2.0"
"version": "0.3.0"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit 26ab7f0

Please sign in to comment.