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:
|
||||
update_wrt_hash:
|
||||
permissions: write-all
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref_type=='tag' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
<string>1.0</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ios.libcore.hiddify</string>
|
||||
<key>CFBundleShortVersionString</key><string>3.0.1</string>
|
||||
<key>CFBundleVersion</key><string>3.0.1</string>
|
||||
<key>CFBundleShortVersionString</key><string>3.1.0</string>
|
||||
<key>CFBundleVersion</key><string>3.1.0</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>15.0</string>
|
||||
</dict>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user