Skip to content

Commit

Permalink
updates version numbers to 1.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarysize committed Jan 2, 2016
1 parent 057bfba commit 6922cd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ redux-simple-router is a much more straightfoward way to sync your Redux store w
- Works with time travel feature of Redux Devtools!

```sh
npm install --save [email protected]beta5
npm install --save [email protected]beta6
```

## Why
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Andrew Clark <[email protected]>",
"license": "MIT",
"dependencies": {
"redux-router": "^1.0.0-beta5"
"redux-router": "^1.0.0-beta6"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-router",
"version": "1.0.0-beta5",
"version": "1.0.0-beta6",
"description": "Redux bindings for React Router — keep your router state inside your Redux Store.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6922cd4

Please sign in to comment.