chore: release 6.0.2

This commit is contained in:
David Ralph 2021-11-23 18:39:43 +00:00
parent d9563ce343
commit bd941896aa
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "6.0.1",
"version": "6.0.2",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"

View File

@ -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.1",
"version": "6.0.2",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"

View File

@ -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.1",
"version": "6.0.2",
"dependencies": {
"@eartharoid/i18n": "^1.0.2",
"@emotion/react": "^11.5.0",

View File

@ -29,4 +29,4 @@
.contacth3 {
font-size: 1.5rem;
margin-bottom: 0.8em !important;
}
}

View File

@ -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.1';
export const VERSION = '6.0.2';