From fd72665b4d27d146345f6618a5a662cec5920af6 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Fri, 26 Jan 2024 14:13:58 +0100 Subject: [PATCH] release: version 0.12.6 --- Info.plist | 4 ++-- Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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."'