Skip to content

Commit 94a7094

Browse files
committed
bump version
1 parent 426a3e8 commit 94a7094

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tauri-file-tree",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "app"
3-
version = "0.11.0"
3+
version = "0.2.0"
44
description = "A Tauri App"
55
authors = [ "you" ]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "vue-tauri-file-tree",
4-
"version": "0.1.0"
4+
"version": "0.2.0"
55
},
66
"build": {
77
"distDir": "Set automatically by Vue CLI plugin",

0 commit comments

Comments
 (0)