diff --git a/Classes/Controller/JoblistController.php b/Classes/Controller/JoblistController.php
index 1fa29dce27c3de9569af161482c52ce8d9ee107c..465eba3a933344f5d52db1b7224214cf5cbd5ed1 100644
--- a/Classes/Controller/JoblistController.php
+++ b/Classes/Controller/JoblistController.php
@@ -426,7 +426,7 @@ class JoblistController extends ActionController {
 			. '-' . $applicationData->getLastName();
 		$storage = $resourceFactory->getStorageObject(1);
 		$applicationFilePath = Environment::getPublicPath() . '/' . $storage->getConfiguration(
-			)['basePath'] . 'JobApplication/' . $folderName .
+		)['basePath'] . 'JobApplication/' . $folderName .
 			'/' . $newName . '.csv';
 		$this->writeApplicationFile($applicationData, $applicationFilePath);
 	}
@@ -757,7 +757,9 @@ class JoblistController extends ActionController {
 
 				// when we reload etc. this image might already be moved.
 				$usableFile = $storage->moveFile(
-					$singleFileToMove, $newFolder, $singleFilePostKey . '.' . $filePathInfo['extension']
+					$singleFileToMove,
+					$newFolder,
+					$singleFilePostKey . '.' . $filePathInfo['extension']
 				);
 			} else {
 				/** @noinspection PhpUnreachableStatementInspection */
diff --git a/composer.json b/composer.json
index 9ac4ad9076f22dc298268c0171fdb2316cb20e2b..fa3a471c0f8f102a01a9c772dd7f3bf0bac08b90 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
 	"license": [
 		"GPL-2.0-or-later"
 	],
-	"version": "5.3.0",
+	"version": "5.3.1",
 	"support": {
 		"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index aa600643baa85e8aecfa300d8557e7429db30214..f63d303e6f16f1ef07548cc0996f63321dee78a0 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -4,7 +4,7 @@ $EM_CONF['sg_jobs'] = [
 	'title' => 'Jobs',
 	'description' => 'Manage and display your Job offers.',
 	'category' => 'plugin',
-	'version' => '5.3.0',
+	'version' => '5.3.1',
 	'state' => 'stable',
 	'uploadfolder' => FALSE,
 	'createDirs' => '',