diff --git a/package-lock.json b/package-lock.json index 9675b14..e1d10e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-confirm", - "version": "0.3.0-4", + "version": "0.3.0-5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-confirm", - "version": "0.3.0-4", + "version": "0.3.0-5", "license": "MIT", "devDependencies": { "@babel/cli": "^7.17.6", diff --git a/package.json b/package.json index 4a6d14a..dce4e70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-confirm", - "version": "0.3.0-4", + "version": "0.3.0-5", "description": "Small library which makes your Dialog component callable", "main": "lib/index.js", "repository": {