diff --git a/README.md b/README.md index 53c2ea6..ef04185 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Please check the [releases](https://github.com/mochidev/CodableDatastore/release dependencies: [ .package( url: "https://github.com/mochidev/CodableDatastore.git", - .upToNextMinor(from: "0.3.1") + .upToNextMinor(from: "0.3.2") ), ], ...