increment version id for install

This commit is contained in:
Gnieark 2016-12-19 19:04:29 +01:00
parent 7cad3f6165
commit 57edcb9196
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $this->registerModule(
/* Name */ "YASH Fork", /* Name */ "YASH Fork",
/* Description*/ "Fork of Yet Another Syntax Highlighter. Modification: Juste one javascript called on public pages for yash3", /* 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", /* Author */ "Forked and modified by Gnieark, origin Pep and contributors",
/* Version */ '0.56', /* Version */ '0.6',
array( array(
/* Dependencies */ 'requires' => array(array('core','2.9')), /* Dependencies */ 'requires' => array(array('core','2.9')),
/* Permissions */ 'permissions' => 'contentadmin', /* Permissions */ 'permissions' => 'contentadmin',