From 1081202ec42e0f417df9e5874ad787f9e1eb1573 Mon Sep 17 00:00:00 2001 From: Ilya Brin Date: Wed, 22 Jun 2016 22:08:40 -0700 Subject: [PATCH] prepare for 3.0.1 --- CHANGELOG.md | 7 +++++++ IterableSDK.podspec | 2 +- README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9b487..4f0fce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). - nothing yet +## [3.0.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/3.0.1) + _Released on 2016-06-22_ + +#### Fixed +- removed JSONModel from dependencies in Podspec + + ## [3.0.0](https://github.com/Iterable/iterable-ios-sdk/releases/tag/3.0.0) _Released on 2016-06-22_ diff --git a/IterableSDK.podspec b/IterableSDK.podspec index e159bde..90d0a2b 100644 --- a/IterableSDK.podspec +++ b/IterableSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "IterableSDK" - s.version = "3.0.0" + s.version = "3.0.1" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/README.md b/README.md index 3bc2358..dd3e4d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CocoaPods](https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat)](https://cocoapods.org/pods/IterableSDK) [![License](https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat)](https://opensource.org/licenses/MIT) -[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/3.0.0/) +[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/3.0.1/) # Iterable iOS SDK