File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version: 0.12.0
12
12
# This is the version number of the application being deployed. This version number should be
13
13
# incremented each time you make changes to the application. Versions are not expected to
14
14
# follow Semantic Versioning. They should reflect the version the application is using.
15
- appVersion : 0.14 .0
15
+ appVersion : 0.15 .0
16
16
17
17
# Chart dependencies
18
18
dependencies :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lifemonitor" ,
3
3
"description" : " Workflow Testing Service" ,
4
- "version" : " 0.14 .0" ,
4
+ "version" : " 0.15 .0" ,
5
5
"license" : " MIT" ,
6
6
"author" : " CRS4" ,
7
7
"main" : " ../dist/js/lifemonitor.min.js" ,
Original file line number Diff line number Diff line change 3
3
openapi : " 3.0.0"
4
4
5
5
info :
6
- version : " 0.14 .0"
6
+ version : " 0.15 .0"
7
7
title : " Life Monitor API"
8
8
description : |
9
9
*Workflow sustainability service*
18
18
servers :
19
19
- url : /
20
20
description : >
21
- Version 0.14 .0 of API.
21
+ Version 0.15 .0 of API.
22
22
23
23
tags :
24
24
- name : GitHub Integration
You can’t perform that action at this time.
0 commit comments