We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f30d89 commit 2d2c403Copy full SHA for 2d2c403
README.md
@@ -27,7 +27,10 @@ Please check the [releases](https://github.com/mochidev/CodableDatastore/release
27
28
```swift
29
dependencies: [
30
- .package(url: "https://github.com/mochidev/CodableDatastore.git", .upToNextMinor(from: "0.1.0")),
+ .package(
31
+ url: "https://github.com/mochidev/CodableDatastore.git",
32
+ .upToNextMinor(from: "0.2.0")
33
+ ),
34
],
35
...
36
targets: [
0 commit comments