Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton committed Mar 23, 2017
1 parent 786fb0b commit e3983e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/jembi/openhim-console.svg?branch=master)](https://travis-ci.org/jembi/openhim-console) [![OpenHIM Core](https://img.shields.io/badge/openhim--core-3.2.x-brightgreen.svg)](http://openhim.readthedocs.org/en/v3.2.0/user-guide/versioning.html)
[![Build Status](https://travis-ci.org/jembi/openhim-console.svg?branch=master)](https://travis-ci.org/jembi/openhim-console) [![OpenHIM Core](https://img.shields.io/badge/openhim--core-3.4.x-brightgreen.svg)](http://openhim.readthedocs.org/en/v3.4.0/user-guide/versioning.html)

OpenHIM Administration Console
==============================
Expand Down
4 changes: 2 additions & 2 deletions app/config/default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.9.0",
"minimumCoreVersion": "3.2.0",
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "localhost",
"port": 8080,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openhim-console",
"version": "1.9.0",
"version": "1.10.0",
"dependencies": {
"angular": "1.2.15",
"jquery": "~2.1.0",
Expand Down
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.9.0",
"version": "1.10.0",
"dependencies": {
"replace": "^0.3.0"
},
Expand Down

0 comments on commit e3983e4

Please sign in to comment.