diff --git a/ApiVideoPlayer.podspec b/ApiVideoPlayer.podspec index 8f43696b..f4a12109 100644 --- a/ApiVideoPlayer.podspec +++ b/ApiVideoPlayer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ApiVideoPlayer' - s.version = '1.1.2' + s.version = '1.1.3' s.summary = 'The official Swift player for api.video' s.homepage = 'https://github.com/apivideo/api.video-swift-player' diff --git a/CHANGELOG.md b/CHANGELOG.md index d96a1916..bc08be12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to this project will be documented in this file. +## [1.1.3] - 2023-06-15 +- Make player available for iOS 11 and above +- PlayerError send custom message to LocalizedError + ## [1.1.2] - 2023-06-05 - Make method addDelegate(s) and removeDelegate(s) public diff --git a/README.md b/README.md index c3eba37a..d7c58e71 100644 --- a/README.md +++ b/README.md @@ -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.2"), + .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.1.3"), ], ``` ### Cocoapods -Add `pod 'ApiVideoPlayer', '1.1.2'` in your `Podfile` +Add `pod 'ApiVideoPlayer', '1.1.3'` in your `Podfile` Run `pod install`