diff --git a/charts/rfreformed/Chart.yaml b/charts/rfreformed/Chart.yaml index 2680a75..dc7fd00 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.3.2 +version: 2.0.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. # It is recommended to use it with quotes. -appVersion: '1.1.1' +appVersion: '1.1.2' 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 c3db635..00c8a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "relfinderreformed", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "relfinderreformed", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@elastic/elasticsearch": "^8.11.0", diff --git a/package.json b/package.json index 551a985..7c69ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "relfinderreformed", - "version": "1.1.1", + "version": "1.1.2", "description": "A nestjs API to find relations between entities in a RDF graph", "author": "Yann POMIE", "private": true,