diff --git a/package.json b/package.json index 726b94b..dd71a3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peace-eye", "private": true, - "version": "0.4.0", + "version": "0.4.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 329d737..b52a910 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1853,7 +1853,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "peace-eye" -version = "0.4.0" +version = "0.4.1" dependencies = [ "once_cell", "reqwest", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 403d5c8..ee548f0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peace-eye" -version = "0.4.0" +version = "0.4.1" description = "Desktop GCI/AWACS simulator for Tacview and DCS World" authors = ["Kangwook Lee "] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6d7232c..b25bc28 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "peace-eye", - "version": "0.4.0" + "version": "0.4.1" }, "tauri": { "allowlist": {