diff --git a/CoreStore.podspec b/CoreStore.podspec
index f284fdd..15676d3 100644
--- a/CoreStore.podspec
+++ b/CoreStore.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
- s.version = "6.1.0"
+ s.version = "6.2.0"
s.swift_version = "4.2"
s.license = "MIT"
s.homepage = "https://github.com/JohnEstropia/CoreStore"
diff --git a/CoreStoreTests/Info.plist b/CoreStoreTests/Info.plist
index 1554da6..dad361b 100644
--- a/CoreStoreTests/Info.plist
+++ b/CoreStoreTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 6.1.0
+ 6.2.0
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index bbe72cf..f5e9fbf 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.1.0
+github "JohnEstropia/CoreStore" >= 6.2.0
```
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.1.0"))
+ .package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "6.2.0"))
]
```
Declare `import CoreStore` in your swift file to use the library.
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 94bd648..4d119a7 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 6.1.0
+ 6.2.0
CFBundleSignature
????
CFBundleVersion