Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Dec 21, 2023
1 parent 865a8d8 commit 106a077
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "pros-simulator-gui"
version = "0.3.0"
version = "0.3.1"
description = "A Tauri App"
authors = ["pros-rs"]
license = ""
Expand Down
6 changes: 2 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "PROS Simulator",
"version": "0.3.0"
"version": "0.3.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -117,9 +117,7 @@
"signingIdentity": "-"
},
"deb": {
"depends": [
"libudev-dev"
]
"depends": ["libudev-dev"]
},
"icon": [
"icons/32x32.png",
Expand Down

0 comments on commit 106a077

Please sign in to comment.