diff --git a/package.json b/package.json index 040ab39..0be9a0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peace-eye", "private": true, - "version": "0.1.0", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4fe5f5b..86d1031 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1750,7 +1750,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "peace-eye" -version = "0.1.0" +version = "0.2.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ed79272..e253eb5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peace-eye" -version = "0.1.0" +version = "0.2.0" 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 de57e70..34cd39c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "peace-eye", - "version": "0.1.0" + "version": "0.2.0" }, "tauri": { "allowlist": {