diff --git a/package-lock.json b/package-lock.json index 9c56d55..72d0df2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copy-to-clipboard", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "copy-to-clipboard", - "version": "1.0.0", + "version": "1.0.2", "license": "MIT", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index 5428457..d488ed9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-to-clipboard", - "version": "1.0.0", + "version": "1.0.2", "description": "Copy-to-clipboard for GiHub Pull Requests", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 06528dd..45a2a57 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "name": "Copy-to-clipboard for GiHub Pull Requests", "description": "Copy-to-clipboard for GiHub Pull Requests", - "version": "1.0", + "version": "1.0.2", "icons": { "256": "res/icon.png"