Skip to content

Commit

Permalink
update readme for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
radmakr committed Nov 14, 2023
1 parent 27bc80f commit 23c5d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
// name, platforms, products, etc.
dependencies: [
// other dependencies
.package(url: "https://github.com/SparrowTek/PodcastIndexKit", from: "0.4.0"),
.package(url: "https://github.com/SparrowTek/PodcastIndexKit", from: "0.4.1"),
],
targets: [
// targets
Expand All @@ -35,7 +35,7 @@ PodcastIndexKit.setup(apiKey: "YOUR_API_KEY", apiSecret: "YOUR_API_SECRET", user

## Documentation

Click here to see all [documentation](https://swiftpackageindex.com/SparrowTek/PodcastIndexKit/0.4.0/documentation/podcastindexkit).
Click here to see all [documentation](https://swiftpackageindex.com/SparrowTek/PodcastIndexKit/0.4.1/documentation/podcastindexkit).

## Note

Expand Down

0 comments on commit 23c5d78

Please sign in to comment.