Skip to content

Commit

Permalink
Merge pull request #613 from jembi/fix-displayed-version
Browse files Browse the repository at this point in the history
Fix Openhim Version displayed
  • Loading branch information
nour-borgi committed Jun 26, 2023
2 parents 41a88a2 + 3eb31e5 commit c315907
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/config/default-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.14.4",
"version": "1.18.2",
"minimumCoreVersion": "5.2.0",
"protocol": "${OPENHIM_CONSOLE_PROTOCOL}",
"host": "${OPENHIM_CORE_MEDIATOR_HOSTNAME}",
Expand Down
2 changes: 1 addition & 1 deletion app/config/default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.18.0",
"version": "1.18.2",
"minimumCoreVersion": "5.0.0",
"protocol": "https",
"host": "localhost",
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,7 +1,7 @@
{
"name": "openhim-console",
"description": "This application provides a web application to configure and manage the OpenHIM-core component.",
"version": "1.18.1",
"version": "1.18.2",
"dependencies": {
"http-server": "^14.1.1",
"keycloak-js": "^20.0.3",
Expand Down

0 comments on commit c315907

Please sign in to comment.