Skip to content

Commit 99b81d3

Browse files
committed
Bump version number
1 parent 4bd313e commit 99b81d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PodcastAPI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PodcastAPI"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "The Official Swift Library for the Listen Notes Podcast API."
55
s.homepage = "https://www.listennotes.com/api/"
66
s.license = { :type => "MIT" }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Once you have your Swift package set up, adding PodcastAPI as a dependency is as
6565

6666
```swift
6767
dependencies: [
68-
.package(url: "https://github.com/ListenNotes/podcast-api-swift.git", .upToNextMajor(from: "1.0.1"))
68+
.package(url: "https://github.com/ListenNotes/podcast-api-swift.git", .upToNextMajor(from: "1.0.2"))
6969
]
7070
```
7171

0 commit comments

Comments
 (0)