Skip to content

Commit

Permalink
Update version to future proof react ver
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Aug 1, 2014
1 parent cc9b3fe commit 4ed45d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spinner",
"version": "0.1.7",
"version": "0.1.9",
"author": "chenglou <chenglou92@gmail.com>",
"description": "Zero configuration loading spinner.",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
"react-component"
],
"dependencies": {
"react": "~0.9.0"
"react": ">=0.10.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spinner",
"version": "0.1.8",
"version": "0.1.9",
"description": "Zero configuration loading spinner.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4ed45d2

Please sign in to comment.