diff --git a/chromium/manifest.json b/chromium/manifest.json index 59639bd..d2c1949 100644 --- a/chromium/manifest.json +++ b/chromium/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Verstak Bridge", - "version": "2.0.1", + "version": "2.0.2", "description": "Send pages, selections, links, and files to the local Verstak browser inbox.", "author": "Verstak", "homepage_url": "https://git.mirv.top/verstak/verstak-browser-extension", diff --git a/firefox/manifest.json b/firefox/manifest.json index 15c56cb..fb826b8 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Verstak Bridge", - "version": "2.0.1", + "version": "2.0.2", "description": "Send pages, selections, links, and files to the local Verstak browser inbox.", "author": "Verstak", "homepage_url": "https://git.mirv.top/verstak/verstak-browser-extension", diff --git a/package-lock.json b/package-lock.json index 839d25d..255a857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "verstak-browser-extension", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "verstak-browser-extension", - "version": "2.0.1", + "version": "2.0.2", "devDependencies": { "web-ext": "^8.3.0" } diff --git a/package.json b/package.json index 52849bd..b0557d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verstak-browser-extension", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "Verstak browser capture extension for Chromium and Firefox", "scripts": {