From 4932dc9435fc9de42d178151079fc3c6d8e31cb5 Mon Sep 17 00:00:00 2001 From: Stephan Krusche Date: Sun, 29 Sep 2024 19:47:25 +0200 Subject: [PATCH] Development: Bump version to 7.5.6 --- README.md | 2 +- build.gradle | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fe75623b422f..9b6118e0fe28 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Refer to [Using JHipster in production](http://www.jhipster.tech/production) for The following command can automate the deployment to a server. The example shows the deployment to the main Artemis test server (which runs a virtual machine): ```shell -./artemis-server-cli deploy username@artemistest.ase.in.tum.de -w build/libs/Artemis-7.5.5.war +./artemis-server-cli deploy username@artemistest.ase.in.tum.de -w build/libs/Artemis-7.5.6.war ``` ## Architecture diff --git a/build.gradle b/build.gradle index f242e5341d52..1375d3298583 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { } group = "de.tum.cit.aet.artemis" -version = "7.5.5" +version = "7.5.6" description = "Interactive Learning with Individual Feedback" java { diff --git a/package-lock.json b/package-lock.json index 3cc579e1ab93..bc1d3b7dff03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "artemis", - "version": "7.5.5", + "version": "7.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "artemis", - "version": "7.5.5", + "version": "7.5.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c7308492a9e4..03ab87fb7b80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artemis", - "version": "7.5.5", + "version": "7.5.6", "description": "Interactive Learning with Individual Feedback", "private": true, "license": "MIT",