Skip to content

Commit

Permalink
1.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Dec 12, 2024
1 parent bab1e36 commit f1872c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest.webapp
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openmrs.owa</groupId>
<artifactId>orderentry</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.5</version>
<packaging>pom</packaging>
<name>openmrs-owa-orderentry</name>
<description>OpenMRS Order Entry OWA</description>
Expand Down

0 comments on commit f1872c8

Please sign in to comment.