From 9b1bc3fb2068d8ab469aeb499fad8c79067813e3 Mon Sep 17 00:00:00 2001 From: bobgodwinx Date: Sat, 16 Mar 2019 13:39:05 +0100 Subject: [PATCH] Updated podspec for release of `3.11.0 --- Action.podspec | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Action.podspec b/Action.podspec index 248239c7..7e21b46d 100644 --- a/Action.podspec +++ b/Action.podspec @@ -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 diff --git a/Changelog.md b/Changelog.md index 2c0d1b33..c64903af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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