Skip to content

Commit

Permalink
Bumping version to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Apr 15, 2014
1 parent 7279652 commit 32eec9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TTTAttributedLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'TTTAttributedLabel'
s.version = '1.9.4'
s.version = '1.9.5'
s.authors = {'Mattt Thompson' => '[email protected]'}
s.homepage = 'https://github.com/mattt/TTTAttributedLabel/'
s.social_media_url = 'https://twitter.com/mattt'
s.summary = 'A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.'
s.source = {:git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '1.9.4'}
s.source = {:git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '1.9.5'}
s.license = 'MIT'

s.requires_arc = true
Expand Down

0 comments on commit 32eec9c

Please sign in to comment.