release: version 3.1.0
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -16,7 +16,9 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_wrt_hash:
|
update_wrt_hash:
|
||||||
|
permissions: write-all
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.ref_type=='tag' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
|
|||||||
@@ -42,8 +42,8 @@
|
|||||||
<string>1.0</string>
|
<string>1.0</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>ios.libcore.hiddify</string>
|
<string>ios.libcore.hiddify</string>
|
||||||
<key>CFBundleShortVersionString</key><string>3.0.1</string>
|
<key>CFBundleShortVersionString</key><string>3.1.0</string>
|
||||||
<key>CFBundleVersion</key><string>3.0.1</string>
|
<key>CFBundleVersion</key><string>3.1.0</string>
|
||||||
<key>MinimumOSVersion</key>
|
<key>MinimumOSVersion</key>
|
||||||
<string>15.0</string>
|
<string>15.0</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
ENV CONFIG='https://raw.githubusercontent.com/ircfspace/warpsub/main/export/warp#WARP%20(IRCF)'
|
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
|
WORKDIR /hiddify
|
||||||
RUN apk add curl tar gzip libc6-compat # iptables ip6tables
|
RUN apk add curl tar gzip libc6-compat # iptables ip6tables
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user