Skip to content

Commit d8d4e53

Browse files
committed
Merge branch 'release/2.13.0'
2 parents c9e73e2 + 1b1fe89 commit d8d4e53

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
** Version 2.12.5 **:
1+
** Version 2.13.0 **:
22

3-
- fix adapt method is disposed before being completed
3+
- fix: use xcframeworks for RxFlow/RxFlowDemo deps to please Carthage
4+
- fix: adapt method is disposed before being completed
45

56
** Version 2.12.4 **:
67

RxFlow.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxFlow"
3-
s.version = "2.12.5"
3+
s.version = "2.13.0"
44
s.swift_version = '5.4'
55
s.summary = "RxFlow is a navigation framework for iOS applications, based on a Reactive Coordinator pattern."
66

RxFlow.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
"@executable_path/Frameworks",
596596
"@loader_path/Frameworks",
597597
);
598-
MARKETING_VERSION = 2.12.5;
598+
MARKETING_VERSION = 2.13.0;
599599
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
600600
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
601601
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -630,7 +630,7 @@
630630
"@executable_path/Frameworks",
631631
"@loader_path/Frameworks",
632632
);
633-
MARKETING_VERSION = 2.12.5;
633+
MARKETING_VERSION = 2.13.0;
634634
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
635635
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
636636
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)