From 5a906ef2b6b0ce418c31a9830944ce46ca63bd1e Mon Sep 17 00:00:00 2001 From: blenderskool Date: Thu, 19 Nov 2020 13:27:46 +0530 Subject: [PATCH] version 0.2.0 --- package-lock.json | 2 +- package.json | 2 +- src/manifest.chrome.json | 2 +- src/manifest.firefox.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fffdd54..64cb271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "untab", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 39791c8..4597309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untab", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "build": "rollup -c", "build-firefox": "BROWSER_ENV=firefox rollup -c" diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index c9483e3..fd5fd1d 100644 --- a/src/manifest.chrome.json +++ b/src/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "UnTab", - "version": "0.0.1", + "version": "0.2.0", "content_scripts": [{ "matches": [""], "js": [ diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 1880871..603825d 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "UnTab", - "version": "0.0.1", + "version": "0.2.0", "content_scripts": [{ "matches": [""], "js": [