From 1226132e6b9fd5216f95e68541720ef9f073b601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Sun, 15 Nov 2015 20:17:47 +0100 Subject: [PATCH] Minor bug fix release 0.3.2 --- OpenWebRTC-SDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenWebRTC-SDK.podspec b/OpenWebRTC-SDK.podspec index 382ed4a..417892b 100644 --- a/OpenWebRTC-SDK.podspec +++ b/OpenWebRTC-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OpenWebRTC-SDK" - s.version = "0.3.1" + s.version = "0.3.2" s.summary = "SDK for adding WebRTC to your app through OpenWebRTC" s.homepage = "http://www.openwebrtc.org" s.license = { :type => "BSD-2", :file => "LICENSE" } @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.platform = :ios, "7.0" s.source = { :git => "https://github.com/EricssonResearch/openwebrtc-ios-sdk.git", - :tag => "0.3.1" + :tag => "0.3.2" } s.source_files = "SDK/**/*.{h,m}" s.resources = "Resources/**"