bump CoreStore and Swift compiler versions

This commit is contained in:
John Estropia
2023-10-03 11:25:56 +09:00
parent 0ee4dc89aa
commit 9045fbbf1b
5 changed files with 14 additions and 14 deletions

View File

@@ -2460,7 +2460,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift
### Install with Carthage
In your `Cartfile`, add
```
github "JohnEstropia/CoreStore" >= 9.1.0
github "JohnEstropia/CoreStore" >= 9.2.0
```
and run
```
@@ -2471,7 +2471,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: "9.1.0"))
.package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "9.2.0"))
]
```
Declare `import CoreStore` in your swift file to use the library.