From d70b1053ffc95c5473360f93cb74330558ff6609 Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid Date: Wed, 25 Jul 2018 15:12:02 +0200 Subject: [PATCH] [TASK] Raise version to 4.2.6 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 70597f4..e047bcb 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Language File Editor", "homepage": "https://www.sgalinski.de", "license": ["GPL-2.0-or-later"], - "version": "4.2.5", + "version": "4.2.6", "support": { "issues": "https://gitlab.sgalinski.de/typo3/lfeditor/issues", "source": "https://gitlab.sgalinski.de/typo3/lfeditor/" diff --git a/ext_emconf.php b/ext_emconf.php index cf919e1..d1d5e86 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,7 +18,7 @@ Following functions are implemented in this module: * Meta information handling * Backups, recovering and diff view', 'category' => 'module', - 'version' => '4.2.5', + 'version' => '4.2.6', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '', -- GitLab