Skip to content

Commit

Permalink
Merge pull request #92 from Lazap-Development/nightly
Browse files Browse the repository at this point in the history
Updated build & setting ver
  • Loading branch information
p0ryae committed Oct 22, 2022
2 parents a89ee8e + b0e895c commit dd097ae
Show file tree
Hide file tree
Showing 4 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": "lazap",
"version": "0.6.0",
"version": "0.6.1",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazap"
version = "0.6.0"
version = "0.6.1"
description = "Lazap Launcher"
authors = ["Lazap-Development"]
license = ""
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 @@ -9,7 +9,7 @@
},
"package": {
"productName": "Lazap",
"version": "0.6.0"
"version": "0.6.1"
},
"tauri": {
"systemTray": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</div>

<div class="settings-footer">
v0.6 (Tauri Release)
v0.6.1 (Tauri Release)
</div>
</div>
</div>
Expand Down

0 comments on commit dd097ae

Please sign in to comment.