From f1872c800bea91fb7230e53e52a273d64fb2e124 Mon Sep 17 00:00:00 2001 From: mogoodrich Date: Thu, 12 Dec 2024 13:42:00 -0500 Subject: [PATCH] 1.2.5 release --- app/manifest.webapp | 2 +- package.json | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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