Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed May 26, 2024
1 parent dd25553 commit f9a1b2d
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 = 1.0.1;
MARKETING_VERSION = 1.0.2;
MODULEMAP_FILE = Orion/module.modulemap;
OTHER_LDFLAGS = "-weak-lsubstrate";
PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion;
Expand Down Expand Up @@ -655,7 +655,7 @@
"$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)",
);
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
MODULEMAP_FILE = Orion/module.modulemap;
OTHER_LDFLAGS = "-weak-lsubstrate";
PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion;
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: 1.0.1
Version: 1.0.2
Provides: dev.theos.orion (= ${PKG_VERSION})
Architecture: iphoneos-arm
Description: Runtime for tweaks built using Orion and Swift
Expand Down

0 comments on commit f9a1b2d

Please sign in to comment.