From 186beeef426a41d8f7366f6516205c085b8ebd8d Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Thu, 11 May 2023 13:30:55 -0500 Subject: [PATCH] fix version and config after merge --- config/config.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.js b/config/config.js index 21bcfb2..f92b0fe 100644 --- a/config/config.js +++ b/config/config.js @@ -1,6 +1,6 @@ window.CONTRIBUTE_HOST = 'http://localhost:4001' window.GTM_ID = '' -window.DISC_API_URL = 'http://localhost:4001' +window.DISC_API_URL = 'http://localhost:4000' window.DISC_UI_URL = 'https://www.example.com' window.STREETS_TILE_LAYER_URL = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png' window.LOGO_URL = 'https://placekitten.com/530/530' diff --git a/package-lock.json b/package-lock.json index cedd205..97c4073 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "discovery_ui", - "version": "2.1.40", + "version": "2.1.41", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 105dd0b..53a7204 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discovery_ui", - "version": "2.1.40", + "version": "2.1.41", "description": "UI for dataset discovery", "main": "./src/index.js", "repository": {