diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ac356..498dd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -#### Next +#### [3.1.1](https://github.com/neilang/NAMapKit/tree/v3.1.1) (5/12/2014) * [#31](https://github.com/neilang/NAMapKit/issues/31) - Fix: `NAPinAnnotation` and `NAPinAnnotationView` retain cycle - [@dblock](https://github.com/dblock). * [#34](https://github.com/neilang/NAMapKit/issues/34) - Fix: `NAPinAnnotationCallOutView` uses `imageNamed` which retains memory - [@dblock](https://github.com/dblock). diff --git a/NAMapKit.podspec b/NAMapKit.podspec index 6326ae4..0956e5d 100644 --- a/NAMapKit.podspec +++ b/NAMapKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NAMapKit" - s.version = "3.1" + s.version = "3.1.1" s.summary = "A Custom and simple framework for creating custom maps. Not based on MapKit." s.homepage = "https://github.com/neilang/NAMapKit" s.license = 'MIT'