Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco authored Feb 9, 2024
1 parent b28f8a6 commit fab8757
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 @@ -9,7 +9,7 @@ Add `Typesense Swift` Swift Package to your project. You can refer [Apple's Docu
```swift
...
dependencies: [
.package(url: "https://github.com/typesense/typesense-swift", .upToNextMajor(from: "0.1.0"),
.package(url: "https://github.com/typesense/typesense-swift", .upToNextMajor(from: "0.2.0"),
],
...
```
Expand Down

0 comments on commit fab8757

Please sign in to comment.