diff --git a/.env.development b/.env.development index 01f58b1b..700de393 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.2 +EXTENSION_VERSION=2.0.3 diff --git a/.env.production b/.env.production index 96f85688..435b3be1 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.2 +EXTENSION_VERSION=2.0.3 diff --git a/source/manifest.json b/source/manifest.json index 227d4a9f..533444b1 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,6 +1,6 @@ { "name": "RegretsReporter", - "version": "2.0.2", + "version": "2.0.3", "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,