Skip to content

Commit 1bd63cf

Browse files
committed
build(core): 🔖 Bump version to 0.15.0
1 parent 47da14c commit 1bd63cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

k8s/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version: 0.12.0
1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to
1414
# follow Semantic Versioning. They should reflect the version the application is using.
15-
appVersion: 0.14.0
15+
appVersion: 0.15.0
1616

1717
# Chart dependencies
1818
dependencies:

lifemonitor/static/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lifemonitor",
33
"description": "Workflow Testing Service",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"license": "MIT",
66
"author": "CRS4",
77
"main": "../dist/js/lifemonitor.min.js",

specs/api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
openapi: "3.0.0"
44

55
info:
6-
version: "0.14.0"
6+
version: "0.15.0"
77
title: "Life Monitor API"
88
description: |
99
*Workflow sustainability service*
@@ -18,7 +18,7 @@ info:
1818
servers:
1919
- url: /
2020
description: >
21-
Version 0.14.0 of API.
21+
Version 0.15.0 of API.
2222
2323
tags:
2424
- name: GitHub Integration

0 commit comments

Comments
 (0)