Skip to content

Commit 23d3eb7

Browse files
authored
Merge pull request #65 from RxSwiftCommunity/release/2.1.1
Release 2.1.1
2 parents 6c13748 + 57a595c commit 23d3eb7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Action.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 = "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.

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
Current 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+
712
2.1.0
813
-----
914

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Then run `pod install` and that'll be 👌
8282
Add this to `Cartfile`
8383

8484
```
85-
github "RxSwiftCommunity/Action" ~> 2.1.0
85+
github "RxSwiftCommunity/Action" ~> 2.1.1
8686
```
8787

8888
then run

Sources/Action/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)