diff --git a/Makefile b/Makefile index 9bde5c54..d1a6a3b8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ endif ARCHS = arm64 INSTALL_TARGET_PROCESSES = YouTubeMusic TARGET = iphone:clang:latest:13.0 -PACKAGE_VERSION = 2.1 +PACKAGE_VERSION = 2.2 THEOS_DEVICE_IP = 192.168.1.9 THEOS_DEVICE_PORT = 22 @@ -23,4 +23,4 @@ ifeq ($(SIDELOADING),1) $(TWEAK_NAME)_FILES += Sideloading.xm endif -include $(THEOS_MAKE_PATH)/tweak.mk +include $(THEOS_MAKE_PATH)/tweak.mk \ No newline at end of file