Skip to content

Commit 6002f87

Browse files
committed
chore(version): bump to 1.2.0
1 parent efd9104 commit 6002f87

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ApiVideoPlayer.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 = 'ApiVideoPlayer'
3-
s.version = '1.1.4'
3+
s.version = '1.2.0'
44
s.summary = 'The official Swift player for api.video'
55

66
s.homepage = 'https://github.com/apivideo/api.video-swift-player'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.2.0] - 2024-03-01
5+
- Add support for private live stream
6+
- Add an API to set a custom `AVPlayerViewController`
7+
48
## [1.1.4] - 2023-10-09
59
- Fix analytics when currentTime < 0
610
- Examples: Add default videoId

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ Or add this in your Package.swift
6666

6767
```
6868
dependencies: [
69-
.package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.1.4"),
69+
.package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.2.0"),
7070
],
7171
```
7272

7373
#### Cocoapods
7474

75-
Add `pod 'ApiVideoPlayer', '1.1.4'` in your `Podfile`
75+
Add `pod 'ApiVideoPlayer', '1.2.0'` in your `Podfile`
7676

7777
Run `pod install`
7878

@@ -267,10 +267,6 @@ A demo application demonstrates how to use player.
267267
See [`/example`](https://github.com/apivideo/api.video-swift-player/tree/main/Examples)
268268
folder.
269269

270-
On the first run, you will have to set your video Id:
271-
272-
1. Replace "YOUR_VIDEO_ID" by your video Id
273-
274270
## Documentation
275271

276272
- [Player documentation](https://apivideo.github.io/api.video-swift-player/documentation/apivideoplayer/)

0 commit comments

Comments
 (0)