Skip to content

Commit

Permalink
release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Feb 16, 2022
2 parents a5ba842 + b5bd43c commit 305bcd7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version: 0.7.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.7.0
appVersion: 0.7.1

# Chart dependencies
dependencies:
Expand Down
3 changes: 3 additions & 0 deletions lifemonitor/static/img/icons/check-circle-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lifemonitor/static/src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lifemonitor",
"description": "Workflow Testing Service",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"author": "CRS4",
"main": "../dist/js/lifemonitor.min.js",
Expand Down Expand Up @@ -79,7 +79,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^28.0.2",
"lockfile-lint": "^4.6.2",
"node-sass": "^5.0.0",
"node-sass": "^7.0.0",
"node-sass-package-importer": "^5.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.8",
Expand Down
4 changes: 2 additions & 2 deletions specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
openapi: "3.0.0"

info:
version: "0.7.0"
version: "0.7.1"
title: "Life Monitor API"
description: |
*Workflow sustainability service*
Expand All @@ -18,7 +18,7 @@ info:
servers:
- url: /
description: >
Version 0.7.0 of API.
Version 0.7.1 of API.
tags:
- name: Registries
Expand Down

0 comments on commit 305bcd7

Please sign in to comment.