From df76e1c42592e8f54ceb0a8e52e9c2098269d884 Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Wed, 25 Jul 2018 13:25:42 +0200 Subject: [PATCH] [TASK] new minor version --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 298a8b5e..0eaeb6cf 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0-or-later" ], - "version": "1.14.5", + "version": "1.14.6", "support": { "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs" }, diff --git a/ext_emconf.php b/ext_emconf.php index 36bdb3db..3ac7308e 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.14.5', + 'version' => '1.14.6', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab