diff --git a/package-lock.json b/package-lock.json index 5ed3c4b..1154805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-confirm", - "version": "0.1.26", + "version": "0.1.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-confirm", - "version": "0.1.26", + "version": "0.1.27", "license": "MIT", "devDependencies": { "babel-cli": "^6.4.5", diff --git a/package.json b/package.json index d498802..f1d8451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-confirm", - "version": "0.1.26", + "version": "0.1.27", "description": "Small library which makes your Dialog component callable", "main": "lib/index.js", "repository": {