From e681513727939f2a5623f09d999e8207a6c0a422 Mon Sep 17 00:00:00 2001 From: Benoit Chenu Date: Mon, 8 Jun 2020 16:48:31 +0200 Subject: [PATCH] [RELEASE] Version 1.0.1 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d71b372..139575c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "homepage": "https://github.com/agence-gaya/lfeditor_impexp", "license": "GPL-2.0+", - "version": "1.0.0", + "version": "1.0.1", "require": { "sgalinski/lfeditor": "^5.0.0" }, diff --git a/ext_emconf.php b/ext_emconf.php index 6a4a502..d025c0f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,7 +5,7 @@ 'description' => 'Add import/export functionality for LFEditor', 'category' => 'module', 'shy' => 0, - 'version' => '1.0.0', + 'version' => '1.0.1', 'dependencies' => '', 'conflicts' => '', 'priority' => '',