Skip to content

Commit 9b1bc3f

Browse files
committed
Updated podspec for release of `3.11.0
1 parent d8ded26 commit 9b1bc3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Action.podspec

+1-1
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.10.2"
3+
s.version = "3.11.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 button press, but also useful to pass actions to execute later

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Current master
66
--------------
77
3.11.0
88
-------
9-
- Introduction of `underlyingError` observable which returns a `Swift.Error` element type.
9+
- Introduction of `underlyingError` observable which returns a `Swift.Error` element type.
1010
- Updated specs that were breaking in `Circle CI` pipeline
1111

1212
3.10.2

0 commit comments

Comments
 (0)