Skip to content

Commit

Permalink
Version bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed May 28, 2017
1 parent 9bfc851 commit 9cdf95f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 = "3.0.0"
s.version = "3.1.0"
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
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
Current master
--------------

3.1.0
-----

- Replace `PublishSubject` with `InputSubject` [#92](https://github.com/RxSwiftCommunity/Action/pull/92)
- Added missing sources for watchOS target [#95](https://github.com/RxSwiftCommunity/Action/pull/95)

Expand Down

0 comments on commit 9cdf95f

Please sign in to comment.