Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed May 27, 2021
1 parent 67b3c2a commit 52c0c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Orion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down Expand Up @@ -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)";
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 52c0c12

Please sign in to comment.