We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1c450 commit 152d27bCopy full SHA for 152d27b
2 files changed
README.md
@@ -244,7 +244,7 @@ Add the following to your Package.swift file:
244
245
```swift
246
dependencies: [
247
- .package(url: "https://github.com/rinov/YoutubeKit.git", from: "0.7.0")
+ .package(url: "https://github.com/rinov/YoutubeKit.git", from: "0.8.0")
248
]
249
```
250
YoutubeKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'YoutubeKit'
3
- s.version = '0.7.0'
+ s.version = '0.8.0'
4
s.summary = 'YoutubeKit is a video player for easily create a Youtube app.'
5
6
s.description = <<-DESC
0 commit comments