Skip to content

Commit

Permalink
Bump to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aomader committed Sep 17, 2015
1 parent f1f91da commit e36b0ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog

## 0.4.1 (09/18/2015)

* Fix: Possible crash caused by trying to store missing error in
an `NSDictionary` (#27)

## 0.4.0 (07/24/2015)

* Fix: Possible crash caused by missing response object (#26)
Expand Down
2 changes: 1 addition & 1 deletion OMPromises.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OMPromises'
s.version = '0.4.0'
s.version = '0.4.1'
s.summary = 'Promises for iOS & Mac OS X'
s.homepage = 'http://github.com/b52/OMPromises'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ The recommended approach for installing OMPromises is to use [CocoaPods] package
manager.

```bash
pod 'OMPromises', '~> 0.4.0'
pod 'OMPromises', '~> 0.4.1'
```

If you want to make use of the new HTTP request API you also have to include
the new subspec. Have a look at the corresponding [header](Classes/HTTP)
files for more information.

```bash
pod 'OMPromises/HTTP', '~> 0.4.0'
pod 'OMPromises/HTTP', '~> 0.4.1'
```

## Documentation
Expand Down

0 comments on commit e36b0ef

Please sign in to comment.