We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d77927 commit b12ee7eCopy full SHA for b12ee7e
Info.plist
@@ -42,8 +42,8 @@
42
<string>1.0</string>
43
<key>CFBundleIdentifier</key>
44
<string>ios.libcore.hiddify</string>
45
- <key>CFBundleShortVersionString</key><string>3.1.4</string>
46
- <key>CFBundleVersion</key><string>3.1.4</string>
+ <key>CFBundleShortVersionString</key><string>3.1.5</string>
+ <key>CFBundleVersion</key><string>3.1.5</string>
47
<key>MinimumOSVersion</key>
48
<string>15.0</string>
49
</dict>
docker/Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:latest
2
ENV CONFIG='https://raw.githubusercontent.com/ircfspace/warpsub/main/export/warp#WARP%20(IRCF)'
3
-ENV VERSION=v3.1.4
+ENV VERSION=v3.1.5
4
WORKDIR /hiddify
5
RUN apk add curl tar gzip libc6-compat # iptables ip6tables
6
0 commit comments