diff --git a/README.md b/README.md index 62baa73..f4c6ae8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To add `AppState` to your Swift project, use the Swift Package Manager. This inv ```swift dependencies: [ - .package(url: "https://github.com/0xLeif/AppState.git", from: "0.1.0") + .package(url: "https://github.com/0xLeif/AppState.git", from: "0.2.0") ] ```