Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

VVP SDK 1.4.2 release #113

Merged
merged 1 commit into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.4.2](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/tree/1.4.2) (2019-04-16)
[Full Changelog](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/compare/1.4.1...1.4.2)

**Merged pull requests:**

- Fixes in player controls hierarchy [\#112](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/112) ([RomanTysiachnik](https://github.com/RomanTysiachnik))
- VVP SDK 1.4.1 release [\#111](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/111) ([RomanTysiachnik](https://github.com/RomanTysiachnik))

## [1.4.1](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/tree/1.4.1) (2019-04-12)
[Full Changelog](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/compare/1.4.0...1.4.1)

Expand Down
2 changes: 1 addition & 1 deletion PlayerControls
4 changes: 2 additions & 2 deletions VerizonVideoPartnerSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VerizonVideoPartnerSDK'
s.version = '1.4.1'
s.version = '1.4.2'
s.summary = 'Verizon Video Partner SDK'
s.license = { type: 'MIT', file: 'LICENSE' }
s.swift_version = '4.2'
Expand Down Expand Up @@ -38,7 +38,7 @@ DESC

s.dependency 'VideoRenderer', '1.28'
s.dependency 'PlayerCore', '1.1.3'
s.ios.dependency 'PlayerControls', '2.0.2'
s.ios.dependency 'PlayerControls', '2.0.3'

s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
Expand Down