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",