From 23c5d78db7911a993fc845c9feacc0d1cde6b05b Mon Sep 17 00:00:00 2001 From: Thomas Rademaker Date: Tue, 14 Nov 2023 08:37:16 -0500 Subject: [PATCH] update readme for latest release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9ff9bf..e8ff780 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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