From e6267f7bf572fe95dfbf42a07a24ae7a9467d6a0 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 9 May 2014 13:11:35 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756bbaf..450f7e8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It's ok if you don't understand how the code works. Most code has comments, whic [CocosPods](http://cocosPods.org) is the recommended method to install MessageDisplayKit, just add the following line to `Podfile` ``` -pod 'MessageDisplayKit', '~> 0.1.6' +pod 'MessageDisplayKit', '~> 0.1.7' ``` and run `pod install`, then you're all done!