Skip to content

Commit 0a967c4

Browse files
committed
Update to 0.9.5
1 parent ae9fbf2 commit 0a967c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Orion.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
"$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)",
601601
);
602602
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
603-
MARKETING_VERSION = 0.9.4;
603+
MARKETING_VERSION = 0.9.5;
604604
MODULEMAP_FILE = Orion/module.modulemap;
605605
OTHER_LDFLAGS = "-weak-lsubstrate";
606606
PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion;
@@ -651,7 +651,7 @@
651651
"$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)",
652652
);
653653
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
654-
MARKETING_VERSION = 0.9.4;
654+
MARKETING_VERSION = 0.9.5;
655655
MODULEMAP_FILE = Orion/module.modulemap;
656656
OTHER_LDFLAGS = "-weak-lsubstrate";
657657
PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion;

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dev.theos.orion${SUBPKG_ID}
22
Name: Orion (${SUBPKG_NAME})
33
Depends: ${SUBPKG_FW}, mobilesubstrate (>= 0.9.5000)
4-
Version: 0.9.4
4+
Version: 0.9.5
55
Provides: dev.theos.orion (= ${PKG_VERSION})
66
Architecture: iphoneos-arm
77
Description: Runtime for tweaks built using Orion and Swift

0 commit comments

Comments
 (0)