Skip to content

Commit d443a42

Browse files
committed
Development: Bump version to 4.7.0 (minor update)
1 parent ac7d42c commit d443a42

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.6.0",
3+
"version": "4.7.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.6.0"
12+
version = "4.7.0"
1313
description = "Thesis Management"
1414

1515
gitProperties {

0 commit comments

Comments
 (0)