diff --git a/Orion.xcodeproj/project.pbxproj b/Orion.xcodeproj/project.pbxproj index 872241d..c49d835 100644 --- a/Orion.xcodeproj/project.pbxproj +++ b/Orion.xcodeproj/project.pbxproj @@ -594,7 +594,7 @@ "$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)", ); MACOSX_DEPLOYMENT_TARGET = 10.14.4; - MARKETING_VERSION = 0.9.3; + MARKETING_VERSION = 0.9.4; OTHER_LDFLAGS = "-weak-lsubstrate"; PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -643,7 +643,7 @@ "$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)", ); MACOSX_DEPLOYMENT_TARGET = 10.14.4; - MARKETING_VERSION = 0.9.3; + MARKETING_VERSION = 0.9.4; OTHER_LDFLAGS = "-weak-lsubstrate"; PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; diff --git a/control b/control index a2dba19..fe0959c 100644 --- a/control +++ b/control @@ -1,7 +1,7 @@ Package: dev.theos.orion${SUBPKG_ID} Name: Orion (${SUBPKG_NAME}) Depends: ${SUBPKG_FW}, mobilesubstrate (>= 0.9.5000) -Version: 0.9.3 +Version: 0.9.4 Provides: dev.theos.orion (= ${PKG_VERSION}) Architecture: iphoneos-arm Description: Runtime for tweaks built using Orion and Swift