Skip to content

Commit e61bbdc

Browse files
author
Josh Holtz
committed
Update README.md
1 parent bf2f679 commit e61bbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A library for loading data from a [JSON API](http://jsonapi.org) datasource. Par
99

1010
Version | Changes
1111
--- | ---
12-
**0.1.3** | Added `NSCopying` and `NSCoded` to `JSONAPIResource`; Added `JSONAPIResourceFormatter` to format values before getting mapped - [more info](#formatter)
12+
**0.2.0** | Added `NSCopying` and `NSCoded` to `JSONAPIResource`; Added `JSONAPIResourceFormatter` to format values before getting mapped - [more info](#formatter)
1313
**0.1.2** | `JSONAPIResource` IDs can either be numbers or strings (thanks [danylhebreux](https://github.com/danylhebreux)); `JSONAPIResource` subclass can have mappings defined to set JSON values into properties automatically - [more info](#resource-mappings)
1414
**0.1.1** | Fixed linked resources with links so they actually link to other linked resources
1515
**0.1.0** | Initial release
@@ -30,7 +30,7 @@ Clone the repository and drop in the .h and .m files from the "Classes" director
3030
JSONAPI is available through [CocoaPods](http://cocoapods.org), to install
3131
it simply add the following line to your Podfile:
3232

33-
pod 'JSONAPI', '~> 0.1.3'
33+
pod 'JSONAPI', '~> 0.2.0'
3434

3535
## Usage
3636

0 commit comments

Comments
 (0)