diff --git a/Cargo.lock b/Cargo.lock index 45f36a58..f183fcfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1382,7 +1382,7 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "easytier" -version = "1.2.1" +version = "1.2.2" dependencies = [ "aes-gcm", "anyhow", @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "easytier-gui" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "auto-launch", diff --git a/easytier-gui/package.json b/easytier-gui/package.json index 277422b8..171a7f04 100644 --- a/easytier-gui/package.json +++ b/easytier-gui/package.json @@ -1,7 +1,7 @@ { "name": "easytier-gui", "type": "module", - "version": "1.2.1", + "version": "1.2.2", "private": true, "scripts": { "dev": "vite", @@ -57,4 +57,4 @@ "vue-i18n": "^9.13.1", "vue-tsc": "^2.0.29" } -} +} \ No newline at end of file diff --git a/easytier-gui/src-tauri/Cargo.toml b/easytier-gui/src-tauri/Cargo.toml index 89fb0126..af17f088 100644 --- a/easytier-gui/src-tauri/Cargo.toml +++ b/easytier-gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easytier-gui" -version = "1.2.1" +version = "1.2.2" description = "EasyTier GUI" authors = ["you"] edition = "2021" diff --git a/easytier-gui/src-tauri/tauri.conf.json b/easytier-gui/src-tauri/tauri.conf.json index 099ac36e..d5004023 100644 --- a/easytier-gui/src-tauri/tauri.conf.json +++ b/easytier-gui/src-tauri/tauri.conf.json @@ -17,7 +17,7 @@ "createUpdaterArtifacts": false }, "productName": "easytier-gui", - "version": "1.2.1", + "version": "1.2.2", "identifier": "com.kkrainbow.easytier", "plugins": {}, "app": { diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index 07837a98..861a845d 100644 --- a/easytier/Cargo.toml +++ b/easytier/Cargo.toml @@ -3,7 +3,7 @@ name = "easytier" description = "A full meshed p2p VPN, connecting all your devices in one network with one command." homepage = "https://github.com/EasyTier/EasyTier" repository = "https://github.com/EasyTier/EasyTier" -version = "1.2.1" +version = "1.2.2" edition = "2021" authors = ["kkrainbow"] keywords = ["vpn", "p2p", "network", "easytier"]