From 84f489ca6377c83f92f2deb0fa0e46557719109c Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Wed, 4 Dec 2019 23:46:51 +0100 Subject: [PATCH] [TASK] Release of version 3.5.3 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e1073ad6..3cedddc7 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0-or-later" ], - "version": "3.5.2", + "version": "3.5.3", "support": { "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs" }, diff --git a/ext_emconf.php b/ext_emconf.php index 67612eda..41687c37 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' => '3.5.2', + 'version' => '3.5.3', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab