Skip to content

Commit

Permalink
Updated podspec for release of `3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgodwinx committed Mar 16, 2019
1 parent d8ded26 commit 9b1bc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "3.10.2"
s.version = "3.11.0"
s.summary = "Abstracts actions to be performed in RxSwift."
s.description = <<-DESC
Encapsulates an action to be performed, usually by a button press, but also useful to pass actions to execute later
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Current master
--------------
3.11.0
-------
- Introduction of `underlyingError` observable which returns a `Swift.Error` element type.
- Introduction of `underlyingError` observable which returns a `Swift.Error` element type.
- Updated specs that were breaking in `Circle CI` pipeline

3.10.2
Expand Down

0 comments on commit 9b1bc3f

Please sign in to comment.