From 8bb8dd769915ed0226a361b3111ca019703fdf68 Mon Sep 17 00:00:00 2001 From: Eliza Sapir Date: Mon, 15 May 2017 14:42:56 +0300 Subject: [PATCH] bump v0.2.1.rc1 --- 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 3ac21c8e..3b33d204 100644 --- a/Example/PlayKit/Info.plist +++ b/Example/PlayKit/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.0 + 0.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/PlayKit.podspec b/PlayKit.podspec index af5bcc02..6307f38c 100644 --- a/PlayKit.podspec +++ b/PlayKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PlayKit' -s.version = '0.2.0' +s.version = '0.2.1.rc1' s.summary = 'PlayKit: Kaltura Mobile Player SDK - iOS' s.homepage = 'https://github.com/kaltura/playkit-ios'