mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
chore: release 6.0.3
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"name": "__MSG_name__",
|
"name": "__MSG_name__",
|
||||||
"description": "__MSG_description__",
|
"description": "__MSG_description__",
|
||||||
"version": "6.0.2",
|
"version": "6.0.3",
|
||||||
"homepage_url": "https://muetab.com",
|
"homepage_url": "https://muetab.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/128x128.png"
|
"default_icon": "icons/128x128.png"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Mue",
|
"name": "Mue",
|
||||||
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
||||||
"version": "6.0.2",
|
"version": "6.0.3",
|
||||||
"homepage_url": "https://muetab.com",
|
"homepage_url": "https://muetab.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/128x128.png"
|
"default_icon": "icons/128x128.png"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"homepage": "https://muetab.com",
|
"homepage": "https://muetab.com",
|
||||||
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"version": "6.0.2",
|
"version": "6.0.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eartharoid/i18n": "^1.0.2",
|
"@eartharoid/i18n": "^1.0.2",
|
||||||
"@emotion/react": "^11.5.0",
|
"@emotion/react": "^11.5.0",
|
||||||
|
|||||||
@@ -68,8 +68,8 @@ export default class Create extends PureComponent {
|
|||||||
this.setState({
|
this.setState({
|
||||||
addonData: settings,
|
addonData: settings,
|
||||||
settingsClasses: {
|
settingsClasses: {
|
||||||
current: input ? 'toggle lightTheme' : 'toggle lightTheme',
|
current: input ? 'toggle lightTheme active' : 'toggle lightTheme',
|
||||||
json: input ? 'toggle lightTheme' : 'toggle lightTheme'
|
json: input ? 'toggle lightTheme active' : 'toggle lightTheme'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ export const DONATE_USERNAME = 'davidcralph'; // this only works if you use the
|
|||||||
|
|
||||||
export const OFFLINE_IMAGES = 20;
|
export const OFFLINE_IMAGES = 20;
|
||||||
|
|
||||||
export const VERSION = '6.0.2';
|
export const VERSION = '6.0.3';
|
||||||
|
|||||||
Reference in New Issue
Block a user