From bf506db34bf14563190dc7514bea09b8c00bae71 Mon Sep 17 00:00:00 2001 From: Robin Lieb Date: Fri, 6 May 2022 17:47:26 +0200 Subject: [PATCH] build: bumped version number to 1.0.0 --- manifest/chrome.json | 2 +- manifest/firefox.json | 2 +- manifest/safari.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest/chrome.json b/manifest/chrome.json index ae83a14..ede43d7 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "0.1.1", + "version": "1.0.0", "homepage_url": "https://robinlieb.com", "icons": { "48": "icons/icon-48.png", diff --git a/manifest/firefox.json b/manifest/firefox.json index 1a9099d..e3b1381 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "0.1.1", + "version": "1.0.0", "homepage_url": "https://robinlieb.com", "icons": { "48": "icons/icon-48.png", diff --git a/manifest/safari.json b/manifest/safari.json index 1a9099d..e3b1381 100644 --- a/manifest/safari.json +++ b/manifest/safari.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "0.1.1", + "version": "1.0.0", "homepage_url": "https://robinlieb.com", "icons": { "48": "icons/icon-48.png", diff --git a/package.json b/package.json index bb045ab..9096828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tab-control-center", - "version": "0.1.0", + "version": "1.0.0", "description": "Browser extension to control your tabs.", "main": "index.js", "devDependencies": {