Skip to content

Commit

Permalink
Bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhjones committed Dec 13, 2013
1 parent d3d2b20 commit dce24e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SMPageControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SMPageControl"
s.version = "1.1"
s.version = "1.2"
s.summary = "UIPageControl’s fancy one-upping cousin."
s.description = <<-DESC
Designers love to make beautifully custom page controls that fit in with all the wood,
Expand Down Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|
s.author = { "Jerry Jones" => "jerry@spacemanlabs.com" }
s.source = {
:git => "https://github.com/Spaceman-Labs/SMPageControl.git",
:tag => "1.1"
:tag => "1.2"
}
s.platform = :ios, '5.0'
s.source_files = 'SMPageControl.{h,m}'
Expand Down

0 comments on commit dce24e6

Please sign in to comment.