Skip to content

Commit

Permalink
Bump version to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Feb 19, 2024
1 parent 84a1b75 commit 1893a95
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 @@ -126,7 +126,7 @@ let package = Package(
// name, platforms, products, etc.
dependencies: [
// other dependencies
.package(url: "https://github.com/replicate/replicate-swift", from: "0.20.0"),
.package(url: "https://github.com/replicate/replicate-swift", from: "0.21.0"),
],
targets: [
.target(name: "<target>", dependencies: [
Expand Down

0 comments on commit 1893a95

Please sign in to comment.