diff --git a/package.json b/package.json index eda46a9..af8d74a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -104,4 +104,4 @@ "typescript": "^4.8.4", "vite": "^4.0.4" } -} \ No newline at end of file +} diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a2f27d3..4a73c11 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "app" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-trait", "bytes", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 75a63ea..a61e094 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 823bab7..a2855cb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "meshtastic-network-management-client", - "version": "0.3.0" + "version": "0.3.1" }, "tauri": { "allowlist": {