Skip to content

Commit

Permalink
chore: prepare for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TizianoCoroneo committed Feb 2, 2024
1 parent 6320902 commit 551b4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The library only supports the Swift Package Manager.
To install `Deeplink` for use in an app, command line tool or server-side application, add Deeplink as a dependency to your `Package.swift` file. For more information, please see the [Swift Package Manager documentation](https://github.com/apple/swift-package-manager/tree/master/Documentation).

```swift
.package(url: "https://github.com/TizianoCoroneo/Deeplink", .upToNextMinor(from: "0.2.0"))
.package(url: "https://github.com/TizianoCoroneo/Deeplink", .upToNextMinor(from: "0.3.0"))
```

## Using this library
Expand Down

0 comments on commit 551b4ab

Please sign in to comment.