From 864b8c60cb281480575613af5ed7751461faa12f Mon Sep 17 00:00:00 2001 From: bednee Date: Sun, 8 Dec 2019 17:26:00 +0100 Subject: [PATCH] 1.2.1 release prepare --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index f1645aa..eeca143 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = array( 'title' => 'CoolUri', 'description' => 'RealURL alternative. Have nice URLs instead of ugly with parameters. CoolUri has user-friendly XML configuration file. For simple setup, just use the one supplied with extension and you are ready to go.', - 'version' => '1.2', + 'version' => '1.2.1', 'state' => 'stable', 'author' => 'Jan Bednarik', 'author_email' => 'info@bednarik.org',