diff --git a/manifest/chrome.json b/manifest/chrome.json
index 8d1bbe6e..bd475426 100644
--- a/manifest/chrome.json
+++ b/manifest/chrome.json
@@ -4,7 +4,7 @@
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
- "version": "5.3.3",
+ "version": "6.0.0",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"
diff --git a/manifest/firefox.json b/manifest/firefox.json
index ad7a5941..50634e56 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.3.3",
+ "version": "6.0.0",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"
diff --git a/package.json b/package.json
index f4736e6b..ad4d2dc7 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.3.3",
+ "version": "6.0.0",
"dependencies": {
"@eartharoid/i18n": "^1.0.2",
"@emotion/react": "^11.5.0",
diff --git a/src/components/modals/main/settings/sections/Greeting.jsx b/src/components/modals/main/settings/sections/Greeting.jsx
index 0a586262..3739654c 100644
--- a/src/components/modals/main/settings/sections/Greeting.jsx
+++ b/src/components/modals/main/settings/sections/Greeting.jsx
@@ -37,7 +37,7 @@ export default class GreetingSettings extends PureComponent {
{getMessage('modals.main.settings.sections.greeting.birthday_date')}
- + > ); } diff --git a/src/index.js b/src/index.js index df8448f9..71ebc223 100644 --- a/src/index.js +++ b/src/index.js @@ -42,9 +42,9 @@ if (localStorage.getItem('stats') === 'true') { variables.stats = Stats; } -if (localStorage.getItem('keybindsEnabled') === 'true') { +/*if (localStorage.getItem('keybindsEnabled') === 'true') { variables.keybinds = JSON.parse(localStorage.getItem('keybinds') || '{}'); -} +}*/ render(