File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Action"
3- s . version = "2.1.0 "
3+ s . version = "2.1.1 "
44 s . summary = "Abstracts actions to be performed in RxSwift."
55 s . description = <<-DESC
66 Encapsulates an action to be performed, usually by a UIButton press.
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Changelog
44Current master
55--------------
66
7+ 2.1.1
8+ -----
9+
10+ - Not replay ` executionObservables ` to fix ` execute(_:) ` . See [ #64 ] ( https://github.com/RxSwiftCommunity/Action/pull/56 ) .
11+
7122.1.0
813-----
914
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Then run `pod install` and that'll be 👌
8282Add this to ` Cartfile `
8383
8484```
85- github "RxSwiftCommunity/Action" ~> 2.1.0
85+ github "RxSwiftCommunity/Action" ~> 2.1.1
8686```
8787
8888then run
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.1.0 </string >
18+ <string >2.1.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments