diff --git a/build.gradle b/build.gradle index ce46dfcc4ae5..7a8b54cd3230 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ plugins { } group = "de.tum.in.www1.artemis" -version = "6.1.7" +version = "6.1.8" description = "Interactive Learning with Individual Feedback" sourceCompatibility=17 diff --git a/package-lock.json b/package-lock.json index 9d7659024def..3ec6a5cd57fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "artemis", - "version": "6.1.7", + "version": "6.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "artemis", - "version": "6.1.7", + "version": "6.1.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 589636c653ab..bef952bf18a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artemis", - "version": "6.1.7", + "version": "6.1.8", "description": "Interactive Learning with Individual Feedback", "private": true, "license": "MIT",