From fb0fee9fc36706467a9c681831a3d78854ae88a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20A=CC=8Alund?= Date: Wed, 4 Nov 2015 11:27:14 +0100 Subject: [PATCH] Bump version to 0.3 --- OpenWebRTC-SDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenWebRTC-SDK.podspec b/OpenWebRTC-SDK.podspec index 695d464..83f12eb 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.2.1" + s.version = "0.3" 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.2.1" + :tag => "0.3" } s.source_files = "SDK/**/*.{h,m}" s.resources = "Resources/**"