From ed98c769ad1b0ea35c22c1ac3a7baa72bcae2a61 Mon Sep 17 00:00:00 2001 From: Eliza Sapir Date: Tue, 13 Jun 2017 17:45:07 +0300 Subject: [PATCH] bump v0.3.1 --- Example/PlayKit/Info.plist | 2 +- PlayKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/PlayKit/Info.plist b/Example/PlayKit/Info.plist index bdafed27..d9c70a74 100644 --- a/Example/PlayKit/Info.plist +++ b/Example/PlayKit/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.0 + 0.3.1 CFBundleSignature ???? CFBundleVersion diff --git a/PlayKit.podspec b/PlayKit.podspec index 507b4856..3af9850d 100644 --- a/PlayKit.podspec +++ b/PlayKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PlayKit' -s.version = '0.3.0' +s.version = '0.3.1' s.summary = 'PlayKit: Kaltura Mobile Player SDK - iOS' s.homepage = 'https://github.com/kaltura/playkit-ios'