From c5bf5761d024aabcf9f12a2512080e8990b08327 Mon Sep 17 00:00:00 2001 From: Stephan Krusche Date: Wed, 20 Sep 2023 15:02:12 +0200 Subject: [PATCH] Development: Bump version to 6.5.1 --- build.gradle | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 43effbf810bd..bd20786608f9 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ plugins { } group = "de.tum.in.www1.artemis" -version = "6.5.0" +version = "6.5.1" description = "Interactive Learning with Individual Feedback" sourceCompatibility=17 diff --git a/package-lock.json b/package-lock.json index 3ffa9dda7921..f5c64d20b838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "artemis", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "artemis", - "version": "6.5.0", + "version": "6.5.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a21c26412c31..10985c77984e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artemis", - "version": "6.5.0", + "version": "6.5.1", "description": "Interactive Learning with Individual Feedback", "private": true, "license": "MIT",