Skip to content

Commit

Permalink
tag 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 committed Jun 29, 2023
1 parent daec1ca commit 566178e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gui",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"tauri": "tauri"
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portable_runner_gui"
version = "0.0.4"
version = "0.0.5"
authors = ["kerwin612 <kerwin612@qq.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "PortableRunner",
"version": "0.0.4"
"version": "0.0.5"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 566178e

Please sign in to comment.