From 848de2fa1c21e43d2594c9ca90504e0581d385f2 Mon Sep 17 00:00:00 2001 From: Oliver Mader Date: Mon, 23 Nov 2015 20:17:39 +0100 Subject: [PATCH] Bump version to 0.4.2 --- ChangeLog.md | 4 ++++ OMPromises.podspec | 2 +- README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index b69429e..1a08a87 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## 0.4.2 (11/23/2015) + +* Fix: Possible crashed by overflowed `progress` + ## 0.4.1 (09/18/2015) * Fix: Possible crash caused by trying to store missing error in diff --git a/OMPromises.podspec b/OMPromises.podspec index 73ceec2..806dcc2 100644 --- a/OMPromises.podspec +++ b/OMPromises.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OMPromises' - s.version = '0.4.1' + s.version = '0.4.2' s.summary = 'Promises for iOS & Mac OS X' s.homepage = 'http://github.com/b52/OMPromises' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/README.md b/README.md index 4277afb..246329a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The recommended approach for installing OMPromises is to use [CocoaPods] package manager. ```bash -pod 'OMPromises', '~> 0.4.1' +pod 'OMPromises', '~> 0.4.2' ``` If you want to make use of the new HTTP request API you also have to include @@ -36,7 +36,7 @@ the new subspec. Have a look at the corresponding [header](Classes/HTTP) files for more information. ```bash -pod 'OMPromises/HTTP', '~> 0.4.1' +pod 'OMPromises/HTTP', '~> 0.4.2' ``` ## Documentation