Skip to content

Commit

Permalink
Merge pull request #611 from jembi/version_update
Browse files Browse the repository at this point in the history
Update package.json version
  • Loading branch information
michaelloosen authored May 25, 2023
2 parents 3f18f9b + 809090b commit 0161ba7
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.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.16.1",
"version": "1.17.0",
"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.16.1",
"version": "1.17.0",
"dependencies": {
"@types/http-server": "^0.10.1",
"http-server": "^0.12.3",
Expand Down
2 changes: 1 addition & 1 deletion packaging/build-docker-centos-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RELEASE_VERSION=$1
if [ -z ${RELEASE_VERSION} ]
then
echo "You need so specify the release version you wish to build: e.g './build-docker-centos-rpm.sh 1.16.1'"
echo "You need so specify the release version you wish to build: e.g './build-docker-centos-rpm.sh 1.17.0'"
echo "https://github.com/jembi/openhim-console/releases"
exit
fi
Expand Down

0 comments on commit 0161ba7

Please sign in to comment.