diff --git a/Example/PlayKit/Info.plist b/Example/PlayKit/Info.plist index da435ed9..ba7f2149 100644 --- a/Example/PlayKit/Info.plist +++ b/Example/PlayKit/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.2.x-dev + 3.2.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/PlayKit.podspec b/PlayKit.podspec index ff0b5e69..de9d6235 100644 --- a/PlayKit.podspec +++ b/PlayKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'PlayKit' -s.version = '3.2.x-dev' +s.version = '3.2.0.rc1' s.summary = 'PlayKit: Kaltura Mobile Player SDK - iOS' s.homepage = 'https://github.com/kaltura/playkit-ios' s.license = { :type => 'AGPLv3', :text => 'AGPLv3' }