Skip to content

Commit

Permalink
bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caiyue1993 committed Sep 3, 2018
1 parent 7e3d58d commit 262f996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IceCream.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IceCream'
s.version = '1.5.1'
s.version = '1.6.0'
s.summary = 'Sync Realm with CloudKit'
s.description = <<-DESC
Sync Realm Database with CloudKit, written in Swift. It works just like magic.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.5.1'
pod 'IceCream', '~> 1.6.0'
```

> If you want to build IceCream as a static framework, CocoaPods 1.4.0+ is required.
Expand Down

0 comments on commit 262f996

Please sign in to comment.