From 43110ae1a70c65ac7977ec2650552fb6cda0b049 Mon Sep 17 00:00:00 2001 From: Krzysztof Jan Modras Date: Wed, 20 Jan 2021 09:33:00 +0100 Subject: [PATCH] Typo fix + version bump --- src/config.js | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index e7db0da..6fb25ba 100644 --- a/src/config.js +++ b/src/config.js @@ -7,7 +7,7 @@ let API_BASE_URL = DEBUG ? 'http://localhost:5000' : PROD_BASE_URL; let SERP_BASE_URL = DEBUG ? 'http://localhost' : PROD_BASE_URL; let AUTH_DOMAIN = PROD_AUTH_DOMAIN; let AUTH_BASE_URL = `https://consumerapi${PROD_AUTH_DOMAIN}/api/v2`; -const USE_STAGING = false; +let USE_STAGING = false; const setupEndpoints = (async function() { USE_STAGING = (await browser.storage.local.get('USE_STAGING'))['USE_STAGING']; diff --git a/src/manifest.json b/src/manifest.json index e166d20..6cbe1f7 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.2.2", "browser_specific_settings": { "gecko": { "id": "search@ghostery.com"