Skip to content

Commit

Permalink
1.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 13, 2015
1 parent 99a9cee commit e39afbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -18,15 +18,17 @@
"url": "https://github.com/gaearon/redux.git"
},
"keywords": [
"flux",
"redux",
"reducer",
"react",
"reactjs",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack",
"flux"
"webpack"
],
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
"license": "MIT",
Expand Down

0 comments on commit e39afbe

Please sign in to comment.