Skip to content

Commit

Permalink
fix version and config after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ijabbott committed May 11, 2023
1 parent 3d23ea7 commit 186beee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 186beee

Please sign in to comment.