From 15bcefad3fe29bd25af58fef440443debad1705a Mon Sep 17 00:00:00 2001 From: WoodenMaiden Date: Thu, 29 Feb 2024 15:42:05 +0100 Subject: [PATCH] 1.0.1 Signed-off-by: WoodenMaiden --- charts/rfreformed/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/rfreformed/Chart.yaml b/charts/rfreformed/Chart.yaml index a254c43..e9c6684 100644 --- a/charts/rfreformed/Chart.yaml +++ b/charts/rfreformed/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0 +version: 1.0.1 # 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. # It is recommended to use it with quotes. -appVersion: '1.0.0' +appVersion: '1.0.1' icon: https://raw.githubusercontent.com/WoodenMaiden/RelfinderReformedAPI/master/img/icon.svg home: https://github.com/WoodenMaiden/RelfinderReformedFront diff --git a/package-lock.json b/package-lock.json index e196971..3c3e62f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "relfinderreformed", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "relfinderreformed", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@elastic/elasticsearch": "^8.11.0", diff --git a/package.json b/package.json index f5578c2..c12634a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "relfinderreformed", - "version": "1.0.0", + "version": "1.0.1", "description": "A nestjs API to find relations between entities in a RDF graph", "author": "Yann POMIE", "private": true,