Skip to content

Commit

Permalink
chore() upgrade to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainPetit1 committed Nov 23, 2022
1 parent 84161ee commit 59ec19e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ApiVideoPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ApiVideoPlayer'
s.version = '1.0.4'
s.version = '1.0.5'
s.summary = 'The official Swift player for api.video'

s.homepage = 'https://github.com/apivideo/api.video-swift-player'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
All changes to this project will be documented in this file.
## [1.0.5] - 2022-11-23
- Add didReady event
- Use completionhandler in seek method to get the result of the seek, before doing any other action.

## [1.0.4] - 2022-11-03
- Add an API to automatically play the video after loading. See `ApiVideoPlayerController`'s `autoplay` field.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ In the Project Navigator select your own project. Then select the project in the
Or add this in your Package.swift
```
dependencies: [
.package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.0.4"),
.package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.0.5"),
],
```

### Cocoapods
Add `pod 'ApiVideoPlayer', '1.0.3'` in your `Podfile`
Add `pod 'ApiVideoPlayer', '1.0.5'` in your `Podfile`

Run `pod install`

Expand Down

0 comments on commit 59ec19e

Please sign in to comment.