Skip to content

Commit

Permalink
Bump version to 0.3.1 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored May 22, 2024
1 parent 0c78ac8 commit 52777f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshtastic-network-management-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "Meshtastic client for network management",
"license": "GPL-3.0-only",
"type": "module",
Expand Down Expand Up @@ -104,4 +104,4 @@
"typescript": "^4.8.4",
"vite": "^4.0.4"
}
}
}
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 = "app"
version = "0.3.0"
version = "0.3.1"
description = "Meshtastic Network Management Client"
authors = ["Adam McQuilkin"]
license = "GPL-3.0"
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 @@ -8,7 +8,7 @@
},
"package": {
"productName": "meshtastic-network-management-client",
"version": "0.3.0"
"version": "0.3.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 52777f0

Please sign in to comment.