From 57edcb919694947f462a883a4c13ae6ed85742d2 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 19 Dec 2016 19:04:29 +0100 Subject: [PATCH] increment version id for install --- _define.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_define.php b/_define.php index a8ff07b..4b5c1ba 100755 --- a/_define.php +++ b/_define.php @@ -26,7 +26,7 @@ $this->registerModule( /* Name */ "YASH Fork", /* Description*/ "Fork of Yet Another Syntax Highlighter. Modification: Juste one javascript called on public pages for yash3", /* Author */ "Forked and modified by Gnieark, origin Pep and contributors", - /* Version */ '0.56', + /* Version */ '0.6', array( /* Dependencies */ 'requires' => array(array('core','2.9')), /* Permissions */ 'permissions' => 'contentadmin',