diff --git a/package.json b/package.json index 518e9c37..95a1c280 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.6.0", + "version": "7.6.1", "type": "module", "packageManager": "bun@1.3.1", "engines": { diff --git a/safari/Mue Extension/Resources/manifest.json b/safari/Mue Extension/Resources/manifest.json index 2afad899..7d5ec323 100644 --- a/safari/Mue Extension/Resources/manifest.json +++ b/safari/Mue Extension/Resources/manifest.json @@ -4,7 +4,7 @@ "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", - "version": "7.6.0", + "version": "7.6.1", "homepage_url": "https://muetab.com", "permissions": ["search"], "chrome_url_overrides": { diff --git a/safari/Mue.xcodeproj/project.pbxproj b/safari/Mue.xcodeproj/project.pbxproj index bbe452c0..4439dcac 100644 --- a/safari/Mue.xcodeproj/project.pbxproj +++ b/safari/Mue.xcodeproj/project.pbxproj @@ -255,7 +255,7 @@ "@executable_path/../../../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 7.6.0; + MARKETING_VERSION = 7.6.1; OTHER_LDFLAGS = ( "-framework", SafariServices, @@ -289,7 +289,7 @@ "@executable_path/../../../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 7.6.0; + MARKETING_VERSION = 7.6.1; OTHER_LDFLAGS = ( "-framework", SafariServices, @@ -445,7 +445,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 7.6.0; + MARKETING_VERSION = 7.6.1; OTHER_LDFLAGS = ( "-framework", SafariServices, @@ -486,7 +486,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 7.6.0; + MARKETING_VERSION = 7.6.1; OTHER_LDFLAGS = ( "-framework", SafariServices, diff --git a/src/config/constants.js b/src/config/constants.js index 52c44a77..8997a3b3 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -25,4 +25,4 @@ export const EMAIL = 'hello@muetab.com'; export const TWITTER_HANDLE = 'getmue'; export const DISCORD_SERVER = 'zv8C9F8'; -export const VERSION = '7.6.0'; +export const VERSION = '7.6.1';