Skip to content

Commit b9f8012

Browse files
author
Tom Baranes
committed
Bump version
1 parent 45ae27b commit b9f8012

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,22 @@ N/A
1212

1313
#### Enhancements
1414

15-
- Swift 4 and Xcode 9 support
16-
- Swift 4.2 and Xcode 10 support
15+
N/A
1716

1817
#### Bugfixes
1918

2019
N/A
2120

21+
## [3.0.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/3.0.0) (18-09-2018)
22+
23+
#### API breaking changes
24+
25+
- Swift 4.2 and Xcode 10 support
26+
27+
#### Enhancements
28+
29+
- Swift 4 and Xcode 9 support
30+
2231
## [2.0.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/2.0.0) (10-11-2017)
2332

2433

FittableFontLabel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44

55
s.name = "FittableFontLabel"
66
s.module_name = "FittableFontLabel"
7-
s.version = "2.0.0"
7+
s.version = "3.0.0"
88
s.summary = "UILabel (extension) that adjust the font size to fit a rect (width and height)."
99
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"
1010
s.homepage = "https://github.com/tbaranes/FittableFontLabel"

FittableFontLabel/FittableFontLabel iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)