Skip to content

Commit

Permalink
Updated to version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Sep 23, 2014
1 parent 16db9a8 commit 5294cd7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
THLabel

Version 1.4.3, September 15th, 2014
Version 1.4.4, September 23rd, 2014

Copyright (c) 2014 Tobias Hagemann, tobiha.de

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ THLabel is a subclass of UILabel, which additionally allows shadow blur, inner s

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

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

### Manual Installation
Expand Down
4 changes: 4 additions & 0 deletions RELEASE NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.4.4

- Fixed memory leak.

Version 1.4.3

- Forcing clipsToBounds to YES, because of potential drawing issues.
Expand Down
2 changes: 1 addition & 1 deletion THLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'THLabel'
s.version = '1.4.3'
s.version = '1.4.4'
s.summary = 'THLabel is a subclass of UILabel, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.'
s.homepage = 'https://github.com/MuscleRumble/THLabel'
s.screenshots = 'https://raw.githubusercontent.com/MuscleRumble/THLabel/master/screenshot.png'
Expand Down
2 changes: 1 addition & 1 deletion THLabel/THLabel.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// THLabel.h
//
// Version 1.4.3
// Version 1.4.4
//
// Created by Tobias Hagemann on 11/25/12.
// Copyright (c) 2014 tobiha.de. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion THLabel/THLabel.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// THLabel.m
//
// Version 1.4.3
// Version 1.4.4
//
// Created by Tobias Hagemann on 11/25/12.
// Copyright (c) 2014 tobiha.de. All rights reserved.
Expand Down

0 comments on commit 5294cd7

Please sign in to comment.