diff --git a/package-lock.json b/package-lock.json index 0850b86..20ac2ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-a-gate", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f71980b..80493f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-a-gate", "description": "A React library made with Portals for modals, tooltips and popovers", - "version": "1.1.0", + "version": "1.2.0", "private": false, "main": "dist/index.js", "repository": { @@ -104,4 +104,4 @@ "pre-publish": "npm run lint && npm test" } } -} \ No newline at end of file +}