From 14f648de058d5dcfd211add4e165ebc260e11603 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:05:02 +0000 Subject: [PATCH] release: version 3.1.0 --- .github/workflows/release.yml | 2 ++ Info.plist | 4 ++-- docker/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a14a45..377a9f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,9 @@ env: jobs: update_wrt_hash: + permissions: write-all runs-on: ubuntu-latest + if: ${{ github.ref_type=='tag' }} steps: - uses: actions/checkout@v3 - run: | diff --git a/Info.plist b/Info.plist index 053a7f2..0596703 100644 --- a/Info.plist +++ b/Info.plist @@ -42,8 +42,8 @@ 1.0 CFBundleIdentifier ios.libcore.hiddify - CFBundleShortVersionString3.0.1 - CFBundleVersion3.0.1 + CFBundleShortVersionString3.1.0 + CFBundleVersion3.1.0 MinimumOSVersion 15.0 diff --git a/docker/Dockerfile b/docker/Dockerfile index 5490ea4..b817b0a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest ENV CONFIG='https://raw.githubusercontent.com/ircfspace/warpsub/main/export/warp#WARP%20(IRCF)' -ENV VERSION=v3.0.1 +ENV VERSION=v3.1.0 WORKDIR /hiddify RUN apk add curl tar gzip libc6-compat # iptables ip6tables