Skip to content

Commit ecc816d

Browse files
committed
rev ui version and readme
1 parent 8c8173b commit ecc816d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following guide provides the steps for an out-of-the-box setup for the Human
4848

4949
+ War creation with a gradle task.
5050

51-
./gradlew clean war -Dgrails.env=[stage, gcp, production]>
51+
./gradlew clean war -Dgrails.env=[test, gcp, production]>
5252
5353
Will output a war to ./build/libs/
5454

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpo-web",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)