From 4449957fe6c8cfc080f14fa0a908924a3a815526 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Mon, 21 Jun 2021 13:26:31 +0100 Subject: [PATCH] chore: release 5.1.0 --- manifest/chrome.json | 2 +- manifest/firefox.json | 2 +- package.json | 2 +- src/modules/constants.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest/chrome.json b/manifest/chrome.json index 687bf087..cba81a1b 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -3,7 +3,7 @@ "offline_enabled": true, "name": "Mue", "description": "Fast, open and free-to-use new tab page for modern browsers.", - "version": "5.0.1", + "version": "5.1.0", "homepage_url": "https://muetab.com", "browser_action": { "default_icon": "icons/128x128.png" diff --git a/manifest/firefox.json b/manifest/firefox.json index 58537ffd..16cf3893 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": "5.0.1", + "version": "5.1.0", "homepage_url": "https://muetab.com", "browser_action": { "default_icon": "icons/128x128.png" diff --git a/package.json b/package.json index 5067b9de..30083c93 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": "5.0.1", + "version": "5.1.0", "dependencies": { "@fontsource/lexend-deca": "^4.4.5", "@fontsource/montserrat": "^4.4.5", diff --git a/src/modules/constants.js b/src/modules/constants.js index 090fedbf..ade3c3f8 100644 --- a/src/modules/constants.js +++ b/src/modules/constants.js @@ -6,9 +6,9 @@ export const WEATHER_URL = 'https://weather.muetab.com'; export const WEBSITE_URL = 'https://muetab.com'; export const SPONSORS_URL = 'https://sponsors.muetab.com'; export const GITHUB_URL = 'https://api.github.com'; -export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-0-the-big-one'; +export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-1'; export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission'; export const DDG_PROXY = 'https://external-content.duckduckgo.com/iu/?u='; export const OFFLINE_IMAGES = 20; export const BETA_VERSION = false; -export const VERSION = '5.0.1'; +export const VERSION = '5.1.0';