Skip to content

Commit

Permalink
Adopt semantic versioning for MDCScrollBarLabel.
Browse files Browse the repository at this point in the history
- Update version of MDCScrollBarLabel from v0.0.1 to v0.1.0.
  • Loading branch information
modocache committed Aug 19, 2012
1 parent 06ac173 commit c39e59e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'MDCScrollBarLabel'
s.version = '0.0.1'
s.version = '0.1.0'
s.summary = 'Like Path\'s timestamp scrollbar label.'
s.homepage = 'https://github.com/modocache/MDCScrollBarLabel'
s.license = 'MIT'
s.author = { 'modocache' => 'modocache@gmail.com' }
s.source = { :git => 'https://github.com/modocache/MDCScrollBarLabel.git', :tag => 'v0.0.1' }
s.source = { :git => 'https://github.com/modocache/MDCScrollBarLabel.git', :tag => 'v0.1.0' }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.platform = :ios, '5.0'
Expand Down

0 comments on commit c39e59e

Please sign in to comment.