diff --git a/CoreStore.podspec b/CoreStore.podspec index 48aeb2f..3ff902c 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CoreStore" - s.version = "0.2.0" + s.version = "0.2.1" 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 75994d8..38b77e3 100644 --- a/CoreStore/Info.plist +++ b/CoreStore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.0 + 0.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index c0fd262..2f8079f 100644 --- a/README.md +++ b/README.md @@ -760,7 +760,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift ### Install with Carthage ``` -github "JohnEstropia/CoreStore" >= 0.2.0 +github "JohnEstropia/CoreStore" >= 0.2.1 ``` ### Install as Git Submodule