diff --git a/package-lock.json b/package-lock.json index d1e5470..868380f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-confirm", - "version": "0.3.0-0", + "version": "0.3.0-1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-confirm", - "version": "0.3.0-0", + "version": "0.3.0-1", "license": "MIT", "devDependencies": { "@babel/cli": "^7.17.6", diff --git a/package.json b/package.json index b31e272..2cb2331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-confirm", - "version": "0.3.0-0", + "version": "0.3.0-1", "description": "Small library which makes your Dialog component callable", "main": "lib/index.js", "repository": {