From 84a791166219948db3696f2a1a0d80d8822ceebe Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Mon, 25 Sep 2017 15:42:54 +0200 Subject: [PATCH] [TASK] Release of version 3.0.2 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 584b172..3e8adc4 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "RTE integration of TinyMCE for TYPO3.", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0+", - "version": "3.0.1", + "version": "3.0.2", "support": { "issues": "https://gitlab.sgalinski.de/typo3/tinymce4_rte/issues" }, diff --git a/ext_emconf.php b/ext_emconf.php index be3ad7f..5ce8f58 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'TinyMCE4 as TYPO3 RTE', 'description' => 'RTE integration of TinyMCE for TYPO3.', 'category' => 'be', - 'version' => '3.0.1', + 'version' => '3.0.2', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab