Skip to content

Commit 634f8a2

Browse files
committed
bump version
1 parent 1eb9550 commit 634f8a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IceCream.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'IceCream'
11-
s.version = '2.0.0'
11+
s.version = '2.0.2'
1212
s.summary = 'Sync Realm with CloudKit'
1313
s.description = <<-DESC
1414
Sync Realm Database with CloudKit, written in Swift. It works just like magic.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Using Swift Package Manager, Carthage or CocoaPods.
168168
From Xcode 11, you can use [Swift Package Manager](https://swift.org/package-manager/) to add IceCream and its dependencies to your project.
169169

170170
Select File > Swift Packages > Add Package Dependency. Enter https://github.com/caiyue1993/IceCream.git in the "Choose Package Repository" dialog.
171-
In the next page, specify the version resolving rule as "Up to Next Major" with "1.13.1" as its earliest version.
171+
In the next page, specify the version resolving rule as "Up to Next Major" with "2.0.2" as its earliest version.
172172
After Xcode checking out the source and resolving the version, you can choose the "IceCream" library and add it to your app target.
173173

174174
If you encounter any problem or have a question on adding the package to an Xcode project, I suggest reading the [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) guide article from Apple.

0 commit comments

Comments
 (0)