diff --git a/package-lock.json b/package-lock.json index 82087c0..ef5dc82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copy-to-clipboard", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "copy-to-clipboard", - "version": "3.3.2", + "version": "3.3.3", "license": "MIT", "dependencies": { "toggle-selection": "^1.0.6" diff --git a/package.json b/package.json index b8b5de6..25fe889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-to-clipboard", - "version": "3.3.2", + "version": "3.3.3", "description": "Copy stuff into clipboard using JS with fallbacks", "main": "index.js", "types": "index.d.ts",