Skip to content

Commit

Permalink
bump version to 0.1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Sep 15, 2015
1 parent ebe068b commit b988e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sapporo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sapporo"
s.version = "0.1.6"
s.version = "0.1.6.1"
s.summary = "cellmodel-driven collectionview manager"
s.homepage = "https://github.com/nghialv/Sapporo"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/Sapporo.git", :tag => "0.1.6" }
s.source = { :git => "https://github.com/nghialv/Sapporo.git", :tag => "0.1.6.1" }
s.source_files = "Sapporo/*"
s.requires_arc = true
end

0 comments on commit b988e9d

Please sign in to comment.