diff --git a/build.gradle b/build.gradle index 2e8255bc5aeb..37039063cba4 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ plugins { } group = "de.tum.in.www1.artemis" -version = "6.3.4" +version = "6.3.5" description = "Interactive Learning with Individual Feedback" sourceCompatibility=17 diff --git a/package-lock.json b/package-lock.json index 991c4f1eff71..817859e6a9c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "artemis", - "version": "6.3.4", + "version": "6.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "artemis", - "version": "6.3.4", + "version": "6.3.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2fbbb2d300f9..90f64562390b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artemis", - "version": "6.3.4", + "version": "6.3.5", "description": "Interactive Learning with Individual Feedback", "private": true, "license": "MIT",