Skip to content

Commit 6b7982c

Browse files
authored
Merge pull request #171 from RxSwiftCommunity/release/2-12-1
Release/2 12 1
2 parents 326f549 + c1d2902 commit 6b7982c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
** Version 2.12.1 **:
2+
3+
- fix a possible memory leak when the Coordinator's lifecycle was unexpectedly longer than the flow ones (thanks to @asiliuk)
4+
15
** Version 2.12.0 **:
26

37
- bump to RxSwift 6.0.0

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.12.0"
3+
s.version = "2.12.1"
44
s.swift_version = '5.3'
55
s.summary = "RxFlow is a navigation framework for iOS applications, based on a Reactive Coordinator pattern."
66

RxFlow.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
"@executable_path/Frameworks",
605605
"@loader_path/Frameworks",
606606
);
607-
MARKETING_VERSION = 2.11.0;
607+
MARKETING_VERSION = 2.12.1;
608608
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
609609
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
610610
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -639,7 +639,7 @@
639639
"@executable_path/Frameworks",
640640
"@loader_path/Frameworks",
641641
);
642-
MARKETING_VERSION = 2.11.0;
642+
MARKETING_VERSION = 2.12.1;
643643
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
644644
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
645645
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)