diff --git a/app/manifest.webapp b/app/manifest.webapp index 3253feae..743ec00f 100644 --- a/app/manifest.webapp +++ b/app/manifest.webapp @@ -1,5 +1,5 @@ { - "version": "1.2.5-SNAPSHOT", + "version": "1.2.5", "name": "Order Entry", "description": "Used for placing, revising, and discontinuing orders, as well as looking up a patient's active orders.", "launch_path": "index.html", diff --git a/package.json b/package.json index 1bf7fb87..eb99dddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openmrs/orderentry-owa", - "version": "1.2.5-SNAPSHOT", + "version": "1.2.5", "description": "OWA for placing an order, revising it, discontinuing it, and being able to look up a patient's active orders.", "repository": { "type": "git", diff --git a/pom.xml b/pom.xml index cde694cb..52fc0b08 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openmrs.owa orderentry - 1.2.5-SNAPSHOT + 1.2.5 pom openmrs-owa-orderentry OpenMRS Order Entry OWA