diff --git a/Info.plist b/Info.plist index 0e80e41..ee908b3 100644 --- a/Info.plist +++ b/Info.plist @@ -42,8 +42,8 @@ 1.0 CFBundleIdentifier ios.libcore.hiddify - CFBundleShortVersionString0.12.5 - CFBundleVersion0.12.5 + CFBundleShortVersionString0.12.6 + CFBundleVersion0.12.6 MinimumOSVersion 15.0 diff --git a/Makefile b/Makefile index ac8a5b9..0e4ae54 100644 --- a/Makefile +++ b/Makefile @@ -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."'