From bbd1fca261e64a2874ed9ed907112411e2b519ca Mon Sep 17 00:00:00 2001 From: F-Node-Karlsruhe Date: Tue, 23 Jul 2024 13:04:52 +0200 Subject: [PATCH] release 2.0.3 Signed-off-by: F-Node-Karlsruhe --- CHANGELOG.md | 4 ++++ api/package.json | 2 +- frontend/package.json | 2 +- frontend/src/store/index.js | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331a264..a278c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ VC Verifier Changelog WIP --- +2.0.3 (2024-07-23) + +- fix container startup + 2.0.2 (2024-07-23) - fix api url diff --git a/api/package.json b/api/package.json index 9334207..c9b8456 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "vc-verifier", - "version": "2.0.2", + "version": "2.0.3", "description": "The EECC verifier for verifiable credentials which provides an verification API as well as the corresponding UI.", "main": "index.js", "type": "module", diff --git a/frontend/package.json b/frontend/package.json index ead6710..923b355 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "verifier_frontend", - "version": "2.0.2", + "version": "2.0.3", "description": "Vue frontend for the EECC vc verifier API", "scripts": { "build": "vue-cli-service build", diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index a11b6b4..77cbda5 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -5,7 +5,7 @@ import api from '../api' export default createStore({ state: { - version: '2.0.2', + version: '2.0.3', authentication: undefined, verifiables: [], disclosedCredentials: [],