Skip to content

Commit

Permalink
bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Mar 29, 2016
1 parent ef14f3d commit 8925723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FittableFontLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|

s.name = "FittableFontLabel"
s.module_name = "FittableFontLabel"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "UILabel (extension) that adjust the font size to fit a rect (width and height)."
s.description = "UILabel (extension or subclass) that adjust the font size to fit a frame: width and height if multilines, width only if single lines"
s.homepage = "https://github.com/tbaranes/FittableFontLabel"
Expand Down

0 comments on commit 8925723

Please sign in to comment.