diff --git a/manifest/chrome.json b/manifest/chrome.json index dbb405c9..730d024a 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -4,7 +4,7 @@ "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", - "version": "6.0.5", + "version": "6.0.6", "homepage_url": "https://muetab.com", "browser_action": { "default_icon": "icons/128x128.png" diff --git a/manifest/firefox.json b/manifest/firefox.json index 424459b4..2295efe8 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Mue", "description": "Fast, open and free-to-use new tab page for modern browsers.", - "version": "6.0.5", + "version": "6.0.6", "homepage_url": "https://muetab.com", "browser_action": { "default_icon": "icons/128x128.png" diff --git a/package.json b/package.json index 44553461..b17db3b2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "homepage": "https://muetab.com", "bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D", "license": "BSD-3-Clause", - "version": "6.0.5", + "version": "6.0.6", "dependencies": { "@eartharoid/i18n": "1.0.4", "@emotion/react": "^11.9.0", diff --git a/src/modules/constants.js b/src/modules/constants.js index 4e0bb05b..6d78b6d6 100644 --- a/src/modules/constants.js +++ b/src/modules/constants.js @@ -30,4 +30,4 @@ export const PATREON_USERNAME = 'davidcralph'; export const OFFLINE_IMAGES = 20; -export const VERSION = '6.0.5'; +export const VERSION = '6.0.6';