Skip to content

Commit

Permalink
Update version number in README.md (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil authored Apr 30, 2024
2 parents 3efd7e0 + 1cc3a2f commit 5a3c5f2
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 @@ -8,7 +8,7 @@ A Swift package for efficiently implementing chess logic.

* Add a package dependency to your Xcode project or Swift Package:
``` swift
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.5.0")
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.6.0")
```

* Next you can import `ChessKit` to use it in your Swift code:
Expand Down

0 comments on commit 5a3c5f2

Please sign in to comment.