From fbf21de63debe735de09e7ca4792b3ef510aaa6d Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Fri, 22 Dec 2017 11:38:02 +0100 Subject: [PATCH] [TASK] New Version 1.3.3 Fixing a bug with teasers --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1837d5a5..753be764 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0+" ], - "version": "1.3.2", + "version": "1.3.3", "support": { "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs" }, diff --git a/ext_emconf.php b/ext_emconf.php index 81aa7955..e8df71e9 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.3.2', + 'version' => '1.3.3', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab