diff --git a/.env.development b/.env.development index 700de393..fc828b75 100644 --- a/.env.development +++ b/.env.development @@ -4,4 +4,4 @@ ENABLE_PAGE_LOGS=true ENABLE_DEBUG_PAGE=true TELEMETRY_SERVER=https://localhost:3000 SENTRY_DSN=https://0f7b537479ba4dacbf52b826fa5a7f5a@o1066251.ingest.sentry.io/6058846 -EXTENSION_VERSION=2.0.3 +EXTENSION_VERSION=2.0.4 diff --git a/.env.production b/.env.production index 435b3be1..03a9d7e6 100644 --- a/.env.production +++ b/.env.production @@ -4,4 +4,4 @@ ENABLE_PAGE_LOGS=false ENABLE_DEBUG_PAGE=false SENTRY_DSN=https://fbd070810c8c47f1bf9a1a17e8909d4d@sentry.prod.mozaws.net/524 TELEMETRY_SERVER=https://incoming.telemetry.mozilla.org -EXTENSION_VERSION=2.0.3 +EXTENSION_VERSION=2.0.4 diff --git a/source/manifest.json b/source/manifest.json index 533444b1..5758645c 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,6 +1,6 @@ { "name": "RegretsReporter", - "version": "2.0.3", + "version": "2.0.4", "description": "The RegretsReporter browser extension, built by the nonprofit Mozilla, helps you take control of your YouTube recommendations.", "homepage_url": "https://github.com/mozilla-extensions/regrets-reporter", "manifest_version": 2,