From e39afbec270e9381df3d23dfa2f770c44f488380 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 13 Jul 2015 19:42:57 +0300 Subject: [PATCH] 1.0.0-rc --- examples/counter/package.json | 2 +- examples/todomvc/package.json | 2 +- package.json | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/counter/package.json b/examples/counter/package.json index 9a88226fd7..bf39679bfa 100644 --- a/examples/counter/package.json +++ b/examples/counter/package.json @@ -29,7 +29,7 @@ "dependencies": { "react": "^0.13.3", "react-redux": "^1.0.0-alpha", - "redux": "^1.0.0-alpha", + "redux": "^1.0.0-rc", "redux-thunk": "^0.1.0" }, "devDependencies": { diff --git a/examples/todomvc/package.json b/examples/todomvc/package.json index bca9aa62c0..ddcf8c5fcb 100644 --- a/examples/todomvc/package.json +++ b/examples/todomvc/package.json @@ -31,7 +31,7 @@ "classnames": "^2.1.2", "react": "^0.13.3", "react-redux": "^1.0.0-alpha", - "redux": "^1.0.0-alpha" + "redux": "^1.0.0-rc" }, "devDependencies": { "babel-core": "^5.6.18", diff --git a/package.json b/package.json index 86f808b435..cc2955e334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux", - "version": "1.0.0-alpha", + "version": "1.0.0-rc", "description": "Atomic Flux with hot reloading", "main": "lib/index.js", "scripts": { @@ -18,6 +18,9 @@ "url": "https://github.com/gaearon/redux.git" }, "keywords": [ + "flux", + "redux", + "reducer", "react", "reactjs", "hot", @@ -25,8 +28,7 @@ "hmr", "live", "edit", - "webpack", - "flux" + "webpack" ], "author": "Dan Abramov (http://github.com/gaearon)", "license": "MIT",