Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdort committed Apr 18, 2017
1 parent 2cfd74a commit 2c550ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-redux-multilingual": "^1.0.0",
"react-redux-multilingual": "^1.0.4",
"redux": "^3.5.2"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-multilingual",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple multilingual translate component and HOC for react and redux",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,7 +22,8 @@
},
"homepage": "https://github.com/rmdort/react-redux-multilingual#readme",
"dependencies": {
"hoist-non-react-statics": "^1.2.0"
"hoist-non-react-statics": "^1.2.0",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.1.0",
Expand Down

0 comments on commit 2c550ff

Please sign in to comment.