Skip to content

Commit 152d27b

Browse files
committed
update: bump version
1 parent 8b1c450 commit 152d27b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Add the following to your Package.swift file:
244244

245245
```swift
246246
dependencies: [
247-
.package(url: "https://github.com/rinov/YoutubeKit.git", from: "0.7.0")
247+
.package(url: "https://github.com/rinov/YoutubeKit.git", from: "0.8.0")
248248
]
249249
```
250250

YoutubeKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'YoutubeKit'
3-
s.version = '0.7.0'
3+
s.version = '0.8.0'
44
s.summary = 'YoutubeKit is a video player for easily create a Youtube app.'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)