version bump

This commit is contained in:
John Estropia
2020-11-11 13:29:02 +09:00
parent 74721b5c12
commit a40df37192
3 changed files with 10 additions and 10 deletions

View File

@@ -2095,7 +2095,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: "7.3.0"))
.package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "7.3.1"))
]
```
Declare `import CoreStore` in your swift file to use the library.