Skip to content

Commit

Permalink
bump up version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiinui committed Sep 15, 2014
1 parent 5f4580c commit 27f9c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KIProgressView.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "KIProgressView"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "A Progress View like YouTube, Medium."
s.homepage = "https://github.com/kaiinui/KIProgressView"
s.license = "MIT"
s.author = { "kaiinui" => "[email protected]" }
s.source = { :git => "https://github.com/kaiinui/KIProgressView.git", :tag => "v0.1.0" }
s.source = { :git => "https://github.com/kaiinui/KIProgressView.git", :tag => "v0.1.1" }
s.source_files = "Progress/Classes/**/*.{h,m}"
s.requires_arc = true
s.platform = "ios", '7.0'
Expand Down
Binary file not shown.

0 comments on commit 27f9c44

Please sign in to comment.