Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsblumberg committed Nov 10, 2015
1 parent 094af59 commit 6c57834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuimoSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NuimoSwift"
s.version = "0.1.1"
s.version = "0.2.0"
s.summary = "Swift library for connecting and communicating with Senic's Nuimo controllers"
s.description = <<-DESC
Swift library for connecting and communicating with Senic's Nuimo controllers
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"

s.source = { :git => "https://github.com/getSenic/nuimo-swift.git", :tag => "0.1.1" }
s.source = { :git => "https://github.com/getSenic/nuimo-swift.git", :tag => "0.2.0" }
s.framework = 'CoreBluetooth'
s.default_subspec = 'Core'

Expand Down

0 comments on commit 6c57834

Please sign in to comment.