Skip to content

Commit

Permalink
Bumping the version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
molon authored and molon committed Aug 16, 2016
1 parent 659459d commit c262c63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/MLEmojiLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 molon. All rights reserved.
//

#import "TTTAttributedLabel.h"
#import <TTTAttributedLabel/TTTAttributedLabel.h>


typedef NS_OPTIONS(NSUInteger, MLEmojiLabelLinkType) {
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion MLEmojiLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MLEmojiLabel"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Autolink @,#xx#,phone,website,email and custom expression for TTTAttributedLabel."

s.homepage = 'https://github.com/molon/MLEmojiLabel'
Expand Down

0 comments on commit c262c63

Please sign in to comment.