From 46298bf56b450ac4d06a463067d5e4e991e1a3e3 Mon Sep 17 00:00:00 2001 From: Robin Lieb Date: Wed, 13 Apr 2022 17:33:04 +0200 Subject: [PATCH] build: bumped version number to 0.1.1 --- manifest/chrome.json | 2 +- manifest/firefox.json | 2 +- manifest/safari.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/chrome.json b/manifest/chrome.json index ec2a0c7..ae83a14 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.0", + "version": "0.1.1", "homepage_url": "https://robinlieb.com", "icons": { "48": "icons/icon-48.png", diff --git a/manifest/firefox.json b/manifest/firefox.json index aeb34d0..1a9099d 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.0", + "version": "0.1.1", "homepage_url": "https://robinlieb.com", "icons": { "48": "icons/icon-48.png", diff --git a/manifest/safari.json b/manifest/safari.json index aeb34d0..1a9099d 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.0", + "version": "0.1.1", "homepage_url": "https://robinlieb.com", "icons": { "48": "icons/icon-48.png",