Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Apr 22, 2021
1 parent 1735724 commit b828e18
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 @@ -602,7 +602,7 @@
"$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)",
);
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
MARKETING_VERSION = 0.9.2;
MARKETING_VERSION = 0.9.3;
OTHER_LDFLAGS = "-weak-lsubstrate";
PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -651,7 +651,7 @@
"$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)",
);
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
MARKETING_VERSION = 0.9.2;
MARKETING_VERSION = 0.9.3;
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.2
Version: 0.9.3
Provides: dev.theos.orion (= ${PKG_VERSION})
Architecture: iphoneos-arm
Description: Runtime for tweaks built using Orion and Swift
Expand Down

0 comments on commit b828e18

Please sign in to comment.