Skip to content

Commit 2d2c403

Browse files
Updated readme to suggest the latest version 0.2.0
1 parent 2f30d89 commit 2d2c403

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ Please check the [releases](https://github.com/mochidev/CodableDatastore/release
2727

2828
```swift
2929
dependencies: [
30-
.package(url: "https://github.com/mochidev/CodableDatastore.git", .upToNextMinor(from: "0.1.0")),
30+
.package(
31+
url: "https://github.com/mochidev/CodableDatastore.git",
32+
.upToNextMinor(from: "0.2.0")
33+
),
3134
],
3235
...
3336
targets: [

0 commit comments

Comments
 (0)