From d880dfbbcab0ed185c521bcf3b4296ca1acf0356 Mon Sep 17 00:00:00 2001 From: "Sijie.Sun" Date: Wed, 19 Mar 2025 17:23:15 +0800 Subject: [PATCH] bump version to v2.2.4 (#697) --- .github/workflows/docker.yml | 2 +- .github/workflows/install_rust.sh | 2 +- .github/workflows/release.yml | 2 +- Cargo.lock | 6 +++--- easytier-gui/package.json | 2 +- easytier-gui/src-tauri/Cargo.toml | 2 +- easytier-gui/src-tauri/tauri.conf.json | 2 +- easytier-web/Cargo.toml | 2 +- easytier/Cargo.toml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index df9f8b9..57b425b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,7 +11,7 @@ on: image_tag: description: 'Tag for this image build' type: string - default: 'v2.2.3' + default: 'v2.2.4' required: true mark_latest: description: 'Mark this image as latest' diff --git a/.github/workflows/install_rust.sh b/.github/workflows/install_rust.sh index 2e5d0fe..a5224ed 100644 --- a/.github/workflows/install_rust.sh +++ b/.github/workflows/install_rust.sh @@ -36,7 +36,7 @@ if [[ $OS =~ ^ubuntu.*$ ]]; then if [ -n "$MUSL_URI" ]; then mkdir -p ./musl_gcc - wget -c https://musl.cc/${MUSL_URI}-cross.tgz -P ./musl_gcc/ + wget --inet4-only -c https://musl.cc/${MUSL_URI}-cross.tgz -P ./musl_gcc/ tar zxf ./musl_gcc/${MUSL_URI}-cross.tgz -C ./musl_gcc/ sudo ln -s $(pwd)/musl_gcc/${MUSL_URI}-cross/bin/*gcc /usr/bin/ sudo ln -s $(pwd)/musl_gcc/${MUSL_URI}-cross/${MUSL_URI}/include/ /usr/include/musl-cross diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59667de..6e9ffb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ on: version: description: 'Version for this release' type: string - default: 'v2.2.3' + default: 'v2.2.4' required: true make_latest: description: 'Mark this release as latest' diff --git a/Cargo.lock b/Cargo.lock index 4be8e4d..d415c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1876,7 +1876,7 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "easytier" -version = "2.2.3" +version = "2.2.4" dependencies = [ "aes-gcm", "anyhow", @@ -1978,7 +1978,7 @@ dependencies = [ [[package]] name = "easytier-gui" -version = "2.2.3" +version = "2.2.4" dependencies = [ "anyhow", "chrono", @@ -2023,7 +2023,7 @@ dependencies = [ [[package]] name = "easytier-web" -version = "2.2.3" +version = "2.2.4" dependencies = [ "anyhow", "async-trait", diff --git a/easytier-gui/package.json b/easytier-gui/package.json index eb4b946..b5b8a9e 100644 --- a/easytier-gui/package.json +++ b/easytier-gui/package.json @@ -1,7 +1,7 @@ { "name": "easytier-gui", "type": "module", - "version": "2.2.3", + "version": "2.2.4", "private": true, "packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4", "scripts": { diff --git a/easytier-gui/src-tauri/Cargo.toml b/easytier-gui/src-tauri/Cargo.toml index 5f7ff93..e52ef88 100644 --- a/easytier-gui/src-tauri/Cargo.toml +++ b/easytier-gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easytier-gui" -version = "2.2.3" +version = "2.2.4" 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 c051efb..b3efb4b 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": "2.2.3", + "version": "2.2.4", "identifier": "com.kkrainbow.easytier", "plugins": {}, "app": { diff --git a/easytier-web/Cargo.toml b/easytier-web/Cargo.toml index 7205a4c..2a33bb0 100644 --- a/easytier-web/Cargo.toml +++ b/easytier-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easytier-web" -version = "2.2.3" +version = "2.2.4" edition = "2021" description = "Config server for easytier. easytier-core gets config from this and web frontend use it as restful api server." diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index cff0a5f..ab41b93 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 = "2.2.3" +version = "2.2.4" edition = "2021" authors = ["kkrainbow"] keywords = ["vpn", "p2p", "network", "easytier"]