diff --git a/LaunchDarkly.podspec b/LaunchDarkly.podspec index ee59be55..65a547c8 100644 --- a/LaunchDarkly.podspec +++ b/LaunchDarkly.podspec @@ -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 @@ -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" }