Skip to content

Commit 3eb31e5

Browse files
committed
Fix Openhim Version displayed
1 parent 41a88a2 commit 3eb31e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/config/default-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.14.4",
2+
"version": "1.18.2",
33
"minimumCoreVersion": "5.2.0",
44
"protocol": "${OPENHIM_CONSOLE_PROTOCOL}",
55
"host": "${OPENHIM_CORE_MEDIATOR_HOSTNAME}",

app/config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.18.0",
2+
"version": "1.18.2",
33
"minimumCoreVersion": "5.0.0",
44
"protocol": "https",
55
"host": "localhost",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openhim-console",
33
"description": "This application provides a web application to configure and manage the OpenHIM-core component.",
4-
"version": "1.18.1",
4+
"version": "1.18.2",
55
"dependencies": {
66
"http-server": "^14.1.1",
77
"keycloak-js": "^20.0.3",

0 commit comments

Comments
 (0)