Skip to content

Commit

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

0 comments on commit efd033f

Please sign in to comment.