From 8d5756e1011fda14205744f62cbb6971808c0e4d Mon Sep 17 00:00:00 2001 From: Matti Lupari Date: Mon, 18 Nov 2024 21:02:37 +0200 Subject: [PATCH] CSCEXAM-000 Bump version to 6.3.2 --- build.sbt | 2 +- conf/application.conf | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 19bacbc9d..d0ac46023 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "exam" -version := "6.3.1" +version := "6.3.2" licenses += "EUPL 1.1" -> url("https://joinup.ec.europa.eu/software/page/eupl/licence-eupl") diff --git a/conf/application.conf b/conf/application.conf index b9c9aee6c..c964605f8 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -278,4 +278,4 @@ pekko.http.parsing.max-header-count = 128 # backlog = 1024 # } # EXAM version -exam.release.version = "6.3.1" +exam.release.version = "6.3.2" diff --git a/package-lock.json b/package-lock.json index 71cef6053..bbea16733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exam", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exam", - "version": "6.3.1", + "version": "6.3.2", "license": "EUPL-1.1", "dependencies": { "@angular/animations": "^17.0.9", diff --git a/package.json b/package.json index 15659f34a..189fcaa7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exam", - "version": "6.3.1", + "version": "6.3.2", "description": "EXAM – electronic exam software for higher education", "repository": { "type": "git",