Skip to content

Commit

Permalink
Updated version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JaNd3r committed Sep 2, 2016
1 parent 4280f39 commit 727c04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CKCircleMenuView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "CKCircleMenuView"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "An easy-to-integrate popup menu of round buttons placed on a circle."

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.requires_arc = true

s.source = { :git => "https://github.com/JaNd3r/CKCircleMenuView.git", :tag => "0.2.0" }
s.source = { :git => "https://github.com/JaNd3r/CKCircleMenuView.git", :tag => "0.2.1" }

s.source_files = "CKCircleMenuView/*.{h,m}"

Expand Down

0 comments on commit 727c04d

Please sign in to comment.