From df26dff9cc3adcb58c3f9bee68d1c58c54dfa921 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Tue, 4 Jan 2022 09:20:48 +0000 Subject: [PATCH] chore: release 6.0.4 --- manifest/chrome.json | 2 +- manifest/firefox.json | 2 +- package.json | 2 +- src/modules/constants.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest/chrome.json b/manifest/chrome.json index 4fa7ad8b..51323246 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.3", + "version": "6.0.4", "homepage_url": "https://muetab.com", "browser_action": { "default_icon": "icons/128x128.png" diff --git a/manifest/firefox.json b/manifest/firefox.json index 3a29f207..fdf6231a 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.3", + "version": "6.0.4", "homepage_url": "https://muetab.com", "browser_action": { "default_icon": "icons/128x128.png" diff --git a/package.json b/package.json index c9d826a0..866cf6ff 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.3", + "version": "6.0.4", "dependencies": { "@eartharoid/i18n": "^1.0.2", "@emotion/react": "^11.5.0", diff --git a/src/modules/constants.js b/src/modules/constants.js index e67b4f59..73fbc5da 100644 --- a/src/modules/constants.js +++ b/src/modules/constants.js @@ -29,4 +29,4 @@ export const DONATE_USERNAME = 'davidcralph'; // this only works if you use the export const OFFLINE_IMAGES = 20; -export const VERSION = '6.0.3'; +export const VERSION = '6.0.4';