Skip to content

Commit 6961e60

Browse files
committed
project: bump to 2.13.1
1 parent e43955a commit 6961e60

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
** *Unreleased* **:
1+
** _Unreleased_ **:
2+
3+
** Version 2.13.1 **:
4+
25
- fix: flow is not released when embedded in UINavigationController
36
- fix: presentable `allowStepWhenDismissed` now are not ignored and not overridden by parent flow
47
- fix: `displayed` and `rxVisible` now do not assume UIViewController starts not visible

RxFlow.podspec

+1-1
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.13.0"
3+
s.version = "2.13.1"
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -583,7 +583,7 @@
583583
"@executable_path/Frameworks",
584584
"@loader_path/Frameworks",
585585
);
586-
MARKETING_VERSION = 2.13.0;
586+
MARKETING_VERSION = 2.13.1;
587587
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
588588
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
589589
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -618,7 +618,7 @@
618618
"@executable_path/Frameworks",
619619
"@loader_path/Frameworks",
620620
);
621-
MARKETING_VERSION = 2.13.0;
621+
MARKETING_VERSION = 2.13.1;
622622
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
623623
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
624624
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)