Commit 6961e60 1 parent e43955a commit 6961e60 Copy full SHA for 6961e60
File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- ** * Unreleased* ** :
1
+ ** _ Unreleased_ ** :
2
+
3
+ ** Version 2.13.1 ** :
4
+
2
5
- fix: flow is not released when embedded in UINavigationController
3
6
- fix: presentable ` allowStepWhenDismissed ` now are not ignored and not overridden by parent flow
4
7
- fix: ` displayed ` and ` rxVisible ` now do not assume UIViewController starts not visible
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxFlow"
3
- s . version = "2.13.0 "
3
+ s . version = "2.13.1 "
4
4
s . swift_version = '5.4'
5
5
s . summary = "RxFlow is a navigation framework for iOS applications, based on a Reactive Coordinator pattern."
6
6
Original file line number Diff line number Diff line change 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 52 ;
6
+ objectVersion = 54 ;
7
7
objects = {
8
8
9
9
/* Begin PBXBuildFile section */
583
583
"@executable_path/Frameworks",
584
584
"@loader_path/Frameworks",
585
585
);
586
- MARKETING_VERSION = 2.13.0 ;
586
+ MARKETING_VERSION = 2.13.1 ;
587
587
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
588
588
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
589
589
PROVISIONING_PROFILE_SPECIFIER = "";
618
618
"@executable_path/Frameworks",
619
619
"@loader_path/Frameworks",
620
620
);
621
- MARKETING_VERSION = 2.13.0 ;
621
+ MARKETING_VERSION = 2.13.1 ;
622
622
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
623
623
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
624
624
PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments