diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index 2e27ea4f3..4c04eb3ce 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -1,3 +1,7 @@ +### 3.1.16.2000 + +- Updated Firefox extension URL in onboarding + ### 3.1.16.1000 - Fixed emote menu not showing emotes with same name but different casing diff --git a/package.json b/package.json index 7128c5c4e..bd6f8703d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.", "private": true, "version": "3.1.16", - "dev_version": "1.0", + "dev_version": "2.0", "scripts": { "start": "cross-env NODE_ENV=dev yarn build:dev && cross-env NODE_ENV=dev vite --mode dev", "build:section:app": "vite build --config vite.config.mts", diff --git a/src/app/options/views/Onboarding/OnboardingEnd.vue b/src/app/options/views/Onboarding/OnboardingEnd.vue index 206f52dc6..c7fc171c1 100644 --- a/src/app/options/views/Onboarding/OnboardingEnd.vue +++ b/src/app/options/views/Onboarding/OnboardingEnd.vue @@ -83,7 +83,7 @@ function onOpenDiscordInvite(): void { function openReviewLink(): void { switch (ua.browser.name) { case "Firefox": - chrome.tabs.create({ url: "https://addons.mozilla.org/en-US/firefox/addon/7tv/" }); + chrome.tabs.create({ url: "https://addons.mozilla.org/en-US/firefox/addon/7tv-extension/" }); break; default: