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

Release 1.5.1 #127

Merged
merged 2 commits into from
Sep 10, 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
5 changes: 3 additions & 2 deletions VerizonVideoPartnerSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'VerizonVideoPartnerSDK'
s.version = '1.5.0'
s.version = '1.5.1'
s.summary = 'Verizon Video Partner SDK'
s.license = { type: 'MIT', file: 'LICENSE' }
s.swift_version = '4.2'
s.swift_version = '5.0'

s.description = <<-DESC
A native iOS SDK that makes it easy to play and monetize videos from the Verizon Video Partner network on iOS-based platforms.
Expand All @@ -13,6 +13,7 @@ DESC
s.homepage = 'https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS'

s.authors = {
'James Lou' => 'jlou@verizonmedia.com',
'Andrey Moskvin' => 'andrey.moskvin@verizonmedia.com',
'Roman Tysiachnik' => 'roman.tysiachnik@verizonmedia.com',
'Vladyslav Anokhin' => 'vladyslav.anokhin@verizonmedia.com'
Expand Down
2 changes: 1 addition & 1 deletion sources/VVPSDK_Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Foundation
extension VVPSDK {
// Current VVPSDK Version
public static var version: String {
return "1.5.0"
return "1.5.1"
}

static var backendVersion: String {
Expand Down