Skip to content

Commit

Permalink
Typo fix + version bump (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Jan 20, 2021
1 parent 6df0e83 commit a125d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.1",
"version": "0.2.2",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down

0 comments on commit a125d61

Please sign in to comment.