Skip to content

Commit

Permalink
Bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Sep 11, 2016
1 parent 7b30370 commit 9d5e13e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ All notable changes to the project will be documented in this file.

---

## Next

### Next
#### API breaking changes

N/A

#### Enhancements

N/A

#### Bugfixes

N/A

## [1.4.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/1.4.0) (11-09-2016)

#### API breaking changes

Expand Down
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.3.0"
s.version = "1.4.0"
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 9d5e13e

Please sign in to comment.