From ba4fb5e5cb24f9fa246f1a8d7914e9cd8de34951 Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Fri, 21 Aug 2015 08:03:14 +0900 Subject: [PATCH] version bump --- CoreStore.podspec | 2 +- CoreStore/Info.plist | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CoreStore.podspec b/CoreStore.podspec index e8e2abf..17769c0 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CoreStore" - s.version = "1.1.2" + s.version = "1.2.0" s.license = "MIT" s.summary = "Simple, elegant, and smart Core Data programming with Swift" s.homepage = "https://github.com/JohnEstropia/CoreStore" diff --git a/CoreStore/Info.plist b/CoreStore/Info.plist index 3034b22..331a2da 100644 --- a/CoreStore/Info.plist +++ b/CoreStore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.2 + 1.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index ded62d4..a07ea9f 100644 --- a/README.md +++ b/README.md @@ -956,7 +956,7 @@ let person2 = self.monitor[1, 2] # Installation - Requires: - iOS 8 SDK and above - - Swift 2.0 + - Swift 2.0 (XCode 7 beta 5) - Dependencies: - [GCDKit](https://github.com/JohnEstropia/GCDKit)