diff --git a/package.json b/package.json index 792bab7..8dad7ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-i18nliner", - "version": "0.2.0", + "version": "0.2.1", "description": "i18n made simple", "main": "main.js", "scripts": { @@ -25,7 +25,7 @@ "react-dom": "^15.1.0" }, "peerDependencies": { - "i18nliner": "~0.2.1", + "i18nliner": "~0.2.2", "react": "0.13.x || 0.14.x || ^15.0.0" }, "jest": {