From 0f020b1766253bd91d13346b1f5f1f84699b7c98 Mon Sep 17 00:00:00 2001 From: Frans Saris Date: Fri, 14 Oct 2016 11:26:35 +0200 Subject: [PATCH] [TASK] Increase version for release --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 16056c7..546a8f9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'modify_tables' => '', 'clearCacheOnLoad' => 1, 'lockType' => '', - 'version' => '1.0.2', + 'version' => '2.0.0', 'constraints' => array( 'depends' => array( 'typo3' => '6.2.4-8.99.99', @@ -33,4 +33,4 @@ 'suggests' => array( ), ), -); \ No newline at end of file +);