diff --git a/README.md b/README.md index db81d42e8..455922d4c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ react-redux ========================= -Work in progress +React bindings for Redux. +Docs are work in progress. -TODO: - -- dedupe modules -- figure out UMD -- probably some other stuff. \ No newline at end of file +Requires React >= 0.13 diff --git a/package.json b/package.json index c7aa59c7b..0111b0359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux", - "version": "0.2.1", + "version": "0.2.2", "description": "Redux bindings for React", "main": "./lib/index.js", "scripts": {