Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 11, 2015
1 parent 59f82be commit 8a1935a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-document-title",
"version": "1.0.2",
"version": "1.0.3",
"description": "A declarative, nested, stateful document.title for React",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"global": "^4.3.0",
"jshint": "^2.5.6",
"mocha": "^2.0.1",
"react": "^0.13.0-beta.1"
"react": "^0.13.0"
},
"dependencies": {
"react-side-effect": "~0.3.0"
"react-side-effect": "~0.3.1"
}
}

0 comments on commit 8a1935a

Please sign in to comment.