diff --git a/manifest/chrome.json b/manifest/chrome.json index 1ee122c4..8226bf5f 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -4,7 +4,7 @@ "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", - "version": "7.1.0", + "version": "7.1.1", "homepage_url": "https://muetab.com", "action": { "default_icon": "icons/128x128.png" diff --git a/manifest/firefox.json b/manifest/firefox.json index 7b547791..7a0ef0c2 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Mue", "description": "Fast, open and free-to-use new tab page for modern browsers.", - "version": "7.1.0", + "version": "7.1.1", "homepage_url": "https://muetab.com", "action": { "default_icon": "icons/128x128.png" diff --git a/package.json b/package.json index 3b6543d2..2b335169 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": "7.1.0", + "version": "7.1.1", "dependencies": { "@eartharoid/i18n": "1.2.1", "@emotion/react": "^11.11.4", diff --git a/src/config/constants.js b/src/config/constants.js index 008e1d4f..374f3d1a 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -26,4 +26,4 @@ export const TWITTER_HANDLE = 'getmue'; export const DISCORD_SERVER = 'zv8C9F8'; export const OPENCOLLECTIVE_USERNAME = 'mue'; -export const VERSION = '7.1.0'; +export const VERSION = '7.1.1';