From d04211ee1a503d0285a8e8519c9b71da7a953b84 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:48:01 +0000 Subject: [PATCH] fix: bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09e6744..96b8264 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ release: # Create a new tag for release. sed -i -e "s|CFBundleShortVersionString\s*[^<]*|CFBundleShortVersionString$${VERSION_STR}|" Info.plist &&\ git tag $${TAG} > /dev/null && \ git tag -d $${TAG} > /dev/null && \ - git add Libcore.podspec && \ + git add Libcore.podspec Info.plist && \ git commit -m "release: version $${TAG}" && \ echo "creating git tag : v$${TAG}" && \ git tag v$${TAG} && \