Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
p0ryae committed Aug 18, 2022
1 parent 934f5a5 commit fe901fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.0",
"version": "0.5.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.5.0"
version = "0.5.1"
description = "A Tauri App"
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.5.0"
"version": "0.5.1"
},
"tauri": {
"systemTray": {
Expand Down

0 comments on commit fe901fd

Please sign in to comment.