From 019e65c9e3a260f3b58cbebef39cb8ffc32e7fe5 Mon Sep 17 00:00:00 2001 From: mgoodrich Date: Fri, 12 Mar 2021 15:48:30 -0500 Subject: [PATCH] 1.2.3 release --- app/manifest.webapp | 2 +- bintray.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/manifest.webapp b/app/manifest.webapp index 386c486f..7f02770b 100644 --- a/app/manifest.webapp +++ b/app/manifest.webapp @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "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/bintray.json b/bintray.json index b227ee86..31ef44b8 100644 --- a/bintray.json +++ b/bintray.json @@ -7,9 +7,9 @@ "licenses": ["MPL-2.0"] }, "version": { - "name": "1.2.2", - "released": "2020-07-14", - "vcs_tag": "1.2.2" + "name": "1.2.3", + "released": "2020-04-12", + "vcs_tag": "1.2.3" }, "files": [ { diff --git a/package.json b/package.json index 24ba9650..1e78f474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openmrs/orderentry-owa", - "version": "1.2.2", + "version": "1.2.3", "description": "OWA for placing an order, revising it, discontinuing it, and being able to look up a patient's active orders.", "repository": { "type": "git",