diff --git a/README.md b/README.md index 89b6033..75483d3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,5 @@ # react-i18nliner -## CAVEAT: THIS IS VERY MUCH STILL A WIP - -I'm not using this anywhere yet, but will be very soon. If you find bugs, -I am not surprised. That said, please report them ;) - -===== - react-i18nliner brings [I18nliner](https://github.com/jenseng/i18nliner-js) to React via the [html `translate` attribute](http://www.w3.org/International/questions/qa-translate-flag). I18n doesn't get any easier than this. diff --git a/package.json b/package.json index a14185a..e3e67ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-i18nliner", - "version": "0.0.3", + "version": "0.0.4", "description": "i18n made simple", "main": "main.js", "scripts": { @@ -26,7 +26,7 @@ ] }, "dependencies": { - "i18nliner": "^0.1.3", + "i18nliner": "^0.1.4", "recast": "^0.10.12", "through2": "^0.6.3" }