From 0376ac69081c6688c70dd48d83453639d2d95790 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Thu, 28 Feb 2019 18:57:28 +0900 Subject: [PATCH] bump --- CoreStore.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CoreStore.podspec b/CoreStore.podspec index 15676d3..845654a 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CoreStore" - s.version = "6.2.0" + s.version = "6.2.1" s.swift_version = "4.2" s.license = "MIT" s.homepage = "https://github.com/JohnEstropia/CoreStore" diff --git a/README.md b/README.md index f5e9fbf..3697f99 100644 --- a/README.md +++ b/README.md @@ -1883,7 +1883,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift ### Install with Carthage In your `Cartfile`, add ``` -github "JohnEstropia/CoreStore" >= 6.2.0 +github "JohnEstropia/CoreStore" >= 6.2.1 ``` and run ``` @@ -1894,7 +1894,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift #### Install with Swift Package Manager: ```swift dependencies: [ - .package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "6.2.0")) + .package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "6.2.1")) ] ``` Declare `import CoreStore` in your swift file to use the library.