Skip to content

Commit 5294cd7

Browse files
committed
Updated to version 1.4.4
1 parent 16db9a8 commit 5294cd7

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
THLabel
22

3-
Version 1.4.3, September 15th, 2014
3+
Version 1.4.4, September 23rd, 2014
44

55
Copyright (c) 2014 Tobias Hagemann, tobiha.de
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ THLabel is a subclass of UILabel, which additionally allows shadow blur, inner s
1313

1414
The easiest way to use THLabel in your app is via [CocoaPods](http://cocoapods.org/ "CocoaPods").
1515

16-
1. Add the following line in the project's Podfile file: `pod 'THLabel', '~> 1.4.3'`
16+
1. Add the following line in the project's Podfile file: `pod 'THLabel', '~> 1.4.4'`
1717
2. Run the command `pod install` from the Podfile folder directory.
1818

1919
### Manual Installation

RELEASE NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.4.4
2+
3+
- Fixed memory leak.
4+
15
Version 1.4.3
26

37
- Forcing clipsToBounds to YES, because of potential drawing issues.

THLabel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'THLabel'
3-
s.version = '1.4.3'
3+
s.version = '1.4.4'
44
s.summary = 'THLabel is a subclass of UILabel, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.'
55
s.homepage = 'https://github.com/MuscleRumble/THLabel'
66
s.screenshots = 'https://raw.githubusercontent.com/MuscleRumble/THLabel/master/screenshot.png'

THLabel/THLabel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// THLabel.h
33
//
4-
// Version 1.4.3
4+
// Version 1.4.4
55
//
66
// Created by Tobias Hagemann on 11/25/12.
77
// Copyright (c) 2014 tobiha.de. All rights reserved.

THLabel/THLabel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// THLabel.m
33
//
4-
// Version 1.4.3
4+
// Version 1.4.4
55
//
66
// Created by Tobias Hagemann on 11/25/12.
77
// Copyright (c) 2014 tobiha.de. All rights reserved.

0 commit comments

Comments
 (0)