Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Ålund committed Nov 4, 2015
1 parent 59c0eb4 commit fb0fee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenWebRTC-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand All @@ -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/**"
Expand Down

0 comments on commit fb0fee9

Please sign in to comment.