Skip to content

Commit

Permalink
release: version 0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jan 26, 2024
1 parent fd72665 commit 00c590d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<string>1.0</string>
<key>CFBundleIdentifier</key>
<string>ios.libcore.hiddify</string>
<key>CFBundleShortVersionString</key><string>0.12.6</string>
<key>CFBundleVersion</key><string>0.12.6</string>
<key>CFBundleShortVersionString</key><string>0.12.7</string>
<key>CFBundleVersion</key><string>0.12.7</string>
<key>MinimumOSVersion</key>
<string>15.0</string>
</dict>
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ release: # Create a new tag for release.
echo "version: $${VERSION_STR}+$${BUILD_NUMBER}" && \
sed -i -e "s|<key>CFBundleVersion</key>\s*<string>[^<]*</string>|<key>CFBundleVersion</key><string>$${VERSION_STR}</string>|" Info.plist &&\
sed -i -e "s|<key>CFBundleShortVersionString</key>\s*<string>[^<]*</string>|<key>CFBundleShortVersionString</key><string>$${VERSION_STR}</string>|" Info.plist &&\
git tag $${TAG} > /dev/null && \
git tag -d $${TAG} > /dev/null && \
git add Info.plist && \
git commit -m "release: version $${TAG}" && \
echo "creating git tag : v$${TAG}" && \
Expand Down

0 comments on commit 00c590d

Please sign in to comment.