From 543d2c0a047379c689698061f3746e8f201a6f5e Mon Sep 17 00:00:00 2001 From: Vinay Date: Thu, 23 Jun 2016 11:50:40 +0800 Subject: [PATCH] Updated readme --- Readme.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index bc175dc..233ad14 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # React Multilingual with redux -A simple and slim multi-lingual component for React with Redux without react-intl or react-i18n +A simple and slim (Only 6KB) multi-lingual component for React with Redux without react-intl or react-i18n ## Install diff --git a/package.json b/package.json index e152919..f400cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-multilingual", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple multilingual translate component and HOC for react and redux", "main": "lib/index.js", "scripts": {