From f2beddc09544268b15c04633c10d52ebdb20de0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20S=C3=A1nchez?= Date: Wed, 10 Aug 2016 12:41:17 +0100 Subject: [PATCH] Updates Chatto version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d50805..67139ec 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Check the [wiki!](https://github.com/badoo/Chatto/wiki) 2. Include the following in your `Podfile`: ``` - pod 'Chatto', '= 2.0.0' - pod 'ChattoAdditions', '= 2.0.0' # if you want to use the cells or the input component + pod 'Chatto', '= 2.0.1' + pod 'ChattoAdditions', '= 2.0.1' # if you want to use the cells or the input component ``` If you like living on the bleeding edge, you can use the `dev` branch with: ```