From a9e38a66eb94f53fdf37f4f4c8f9881239926249 Mon Sep 17 00:00:00 2001 From: Yue Cai Date: Mon, 16 Jul 2018 23:10:02 +0800 Subject: [PATCH] bump version --- IceCream.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IceCream.podspec b/IceCream.podspec index 6810f197..841266ae 100644 --- a/IceCream.podspec +++ b/IceCream.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'IceCream' - s.version = '1.4.2' + s.version = '1.5.0' s.summary = 'Sync Realm with CloudKit' s.description = <<-DESC Sync Realm Database with CloudKit, written in Swift. It works just like magic. diff --git a/README.md b/README.md index 71335dba..7961a91e 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ For more information about how to use Carthage, please see its [project page](ht IceCream is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'IceCream', '~> 1.4.2' +pod 'IceCream', '~> 1.5.0' ``` > If you want to build IceCream as a static framework, CocoaPods 1.4.0+ is required.