Skip to content

Commit cd1139a

Browse files
authored
Merge pull request #96 from RxSwiftCommunity/feature/v3.1.0
Version bump to 3.1.0
2 parents 9bfc851 + 9cdf95f commit cd1139a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 = "3.0.0"
3+
s.version = "3.1.0"
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
Current master
55
--------------
66

7+
3.1.0
8+
-----
9+
710
- Replace `PublishSubject` with `InputSubject` [#92](https://github.com/RxSwiftCommunity/Action/pull/92)
811
- Added missing sources for watchOS target [#95](https://github.com/RxSwiftCommunity/Action/pull/95)
912

0 commit comments

Comments
 (0)