Skip to content

Commit

Permalink
Bump version in pod spec, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkodumal committed Oct 29, 2015
1 parent 0cc3f54 commit 0c57065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LaunchDarkly.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "LaunchDarkly"
s.version = "0.1.0-beta"
s.version = "0.2.0-beta"
s.summary = "iOS SDK for LaunchDarkly"

s.description = <<-DESC
Expand Down Expand Up @@ -74,7 +74,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "0.1.0-beta" }
s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "0.2.0-beta" }



Expand Down

0 comments on commit 0c57065

Please sign in to comment.