Skip to content

Commit 9409555

Browse files
committed
Development: Bump version to 4.5.0 (minor update)
1 parent a006013 commit 9409555

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thesis-management",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"description": "Management of the Thesis Lifecycle in Universities",
55
"private": true,
66
"license": "MIT",

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "de.tum.cit.aet.thesis"
12-
version = "4.4.2"
12+
version = "4.5.0"
1313
description = "Thesis Management"
1414

1515
gitProperties {

0 commit comments

Comments
 (0)