Skip to content

Commit

Permalink
chore(version) bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainPetit1 committed May 10, 2023
1 parent 7b0c9c2 commit 7c8437e
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1.0'
s.version = '1.1.1'
s.summary = 'The official Swift player for api.video'

s.homepage = 'https://github.com/apivideo/api.video-swift-player'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog
All changes to this project will be documented in this file.

## [1.1.1] - 2023-05-10
- Add speedrate selector
- Add remote control on lockscreen

## [1.1.0] - 2023-03-15
- Add private vod videos
- Add live feature
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Or add this in your Package.swift

```
dependencies: [
.package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.1.0"),
.package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.1.1"),
],
```

### Cocoapods

Add `pod 'ApiVideoPlayer', '1.1.0'` in your `Podfile`
Add `pod 'ApiVideoPlayer', '1.1.1'` in your `Podfile`

Run `pod install`

Expand Down

0 comments on commit 7c8437e

Please sign in to comment.