We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfc851 commit 9cdf95fCopy full SHA for 9cdf95f
Action.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Action"
3
- s.version = "3.0.0"
+ s.version = "3.1.0"
4
s.summary = "Abstracts actions to be performed in RxSwift."
5
s.description = <<-DESC
6
Encapsulates an action to be performed, usually by a UIButton press.
Changelog.md
@@ -4,6 +4,9 @@ Changelog
Current master
--------------
7
+3.1.0
8
+-----
9
+
10
- Replace `PublishSubject` with `InputSubject` [#92](https://github.com/RxSwiftCommunity/Action/pull/92)
11
- Added missing sources for watchOS target [#95](https://github.com/RxSwiftCommunity/Action/pull/95)
12
0 commit comments