Skip to content

Commit 41b5926

Browse files
authored
Merge pull request #563 from jembi/bump-minor-v
Bump patch version to indicate transaction bug fix
2 parents 387d64a + 5fd2ae1 commit 41b5926

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.14.3",
2+
"version": "1.14.4",
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.14.3",
4+
"version": "1.14.4",
55
"dependencies": {
66
"@types/http-server": "^0.10.1",
77
"http-server": "^0.12.3",

packaging/build-docker-centos-rpm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RELEASE_VERSION=$1
44
if [ -z ${RELEASE_VERSION} ]
55
then
6-
echo "You need so specify the release version you wish to build: e.g './build-docker-centos-rpm.sh 1.14.3'"
6+
echo "You need so specify the release version you wish to build: e.g './build-docker-centos-rpm.sh 1.14.4'"
77
echo "https://github.com/jembi/openhim-console/releases"
88
exit
99
fi
@@ -61,4 +61,4 @@ docker cp $containerName:/openhim-console/RPMS/x86_64/openhim-console-$RELEASE_V
6161

6262
# Stop the container to ensure it gets cleaned up after running to commands
6363
echo "Removing the container"
64-
docker stop $containerName
64+
docker stop $containerName

0 commit comments

Comments
 (0)