Skip to content

Commit

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

0 comments on commit e7c2cb2

Please sign in to comment.