From 76d6aa3bf2299a1c0ce68a1dafd966bce27e5d02 Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Thu, 6 Dec 2018 12:52:44 +0100 Subject: [PATCH] [TASK] Raise version to 2.0.9 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e5283eb..2c5b6ea7 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0-or-later" ], - "version": "2.0.8", + "version": "2.0.9", "support": { "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs" }, diff --git a/ext_emconf.php b/ext_emconf.php index 8512fa91..37f96d35 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Jobs', 'description' => 'Manage and display your Job offers.', 'category' => 'plugin', - 'version' => '2.0.8', + 'version' => '2.0.9', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab