From 0a489ce506bfcbb5d411815a5639006ea31fead4 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 8 May 2014 01:29:14 +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 c6b3f4c..756bbaf 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.5' +pod 'MessageDisplayKit', '~> 0.1.6' ``` and run `pod install`, then you're all done!