From a7e74176163f858f7d72e18dd592ad232f873615 Mon Sep 17 00:00:00 2001 From: Matthijs van Henten Date: Wed, 2 Mar 2016 17:45:13 +0100 Subject: [PATCH] Increase version number for react 0.13 Updates the readme according to https://github.com/dozoisch/react-google-recaptcha/issues/16 cause it bit me ;) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 686458b..8dc9578 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ npm install --save react-google-recaptcha ``` ### React 0.13 -With 0.13, install version 0.4.0 +With 0.13, install version 0.4.1 ```shell -npm install --save react-google-recaptcha@0.4.0 +npm install --save react-google-recaptcha@0.4.1 ``` ## Usage