release: version 0.12.6

This commit is contained in:
Hiddify
2024-01-26 14:13:58 +01:00
parent 12e7df8694
commit fd72665b4d
2 changed files with 3 additions and 2 deletions

View File

@@ -42,8 +42,8 @@
<string>1.0</string>
<key>CFBundleIdentifier</key>
<string>ios.libcore.hiddify</string>
<key>CFBundleShortVersionString</key><string>0.12.5</string>
<key>CFBundleVersion</key><string>0.12.5</string>
<key>CFBundleShortVersionString</key><string>0.12.6</string>
<key>CFBundleVersion</key><string>0.12.6</string>
<key>MinimumOSVersion</key>
<string>15.0</string>
</dict>

View File

@@ -68,5 +68,6 @@ release: # Create a new tag for release.
git commit -m "release: version $${TAG}" && \
echo "creating git tag : v$${TAG}" && \
git tag v$${TAG} && \
git push && \
git push -u origin HEAD --tags && \
echo "Github Actions will detect the new tag and release the new version."'