diff --git a/Makefile b/Makefile index 76f0473..56fb7f4 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ INSTALL_TARGET_PROCESSES = RedditApp Reddit ARCHS = arm64 -PACKAGE_VERSION = 1.1.5 +PACKAGE_VERSION = 1.1.6 ifdef APP_VERSION PACKAGE_VERSION := $(APP_VERSION)-$(PACKAGE_VERSION) endif