From f67dda6e6f7d5e9e35b6270f76f2df5192ea885b Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Fri, 5 Oct 2018 17:52:26 +0200 Subject: [PATCH] [TASK] Update to 1.16.2 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f784c128..d18c01b4 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0-or-later" ], - "version": "1.16.1", + "version": "1.16.2", "support": { "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs" }, diff --git a/ext_emconf.php b/ext_emconf.php index ab6f2e4c..399304c8 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array ( 'title' => 'Jobs', 'description' => 'Manage and display your Job offers.', 'category' => 'plugin', - 'version' => '1.16.1', + 'version' => '1.16.2', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab