Skip to content

Commit

Permalink
Merge pull request #65 from RxSwiftCommunity/release/2.1.1
Browse files Browse the repository at this point in the history
Release 2.1.1
  • Loading branch information
ishkawa authored Dec 30, 2016
2 parents 6c13748 + 57a595c commit 23d3eb7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Action.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Action"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Abstracts actions to be performed in RxSwift."
s.description = <<-DESC
Encapsulates an action to be performed, usually by a UIButton press.
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
Current master
--------------

2.1.1
-----

- Not replay `executionObservables` to fix `execute(_:)`. See [#64](https://github.com/RxSwiftCommunity/Action/pull/56).

2.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Then run `pod install` and that'll be 👌
Add this to `Cartfile`

```
github "RxSwiftCommunity/Action" ~> 2.1.0
github "RxSwiftCommunity/Action" ~> 2.1.1
```

then run
Expand Down
2 changes: 1 addition & 1 deletion Sources/Action/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 23d3eb7

Please sign in to comment.