From 0334e3bfa4ed26c3e4712606480456154855c9a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 5 Oct 2022 16:40:48 +0200 Subject: [PATCH] Version 1.1.80 --- package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b458380f..4e8e6494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.79", + "version": "1.1.80", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.79", + "version": "1.1.80", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.2", diff --git a/package.json b/package.json index 4c751ee4..607b2eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.79", + "version": "1.1.80", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index d9edbfb9..37b3fb47 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.1.79 +sonar.projectVersion=1.1.80 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. -- 2.34.1