We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6234b8c commit 8fb3d06Copy full SHA for 8fb3d06
xoops_trust_path/modules/gnavi/xoops_version.php
@@ -10,8 +10,8 @@
10
$constpref = '_MI_' . strtoupper( $mydirname ) ;
11
12
$modversion['name'] = $mydirname ;
13
-$modversion['version'] = 1.05 ;
14
-$modversion['detailed_version'] = '1.05.4' ;
+$modversion['version'] = 1.06 ;
+$modversion['detailed_version'] = '1.06.0' ;
15
$modversion['description'] = constant($constpref.'_DESC') ;
16
$modversion['credits'] = "Original: GIJOE<br />(http://www.peak.ne.jp/)<br />Daniel Branco<br />(http://bluetopia.homeip.net)<br />Kazumi Ono<br />(http://www.mywebaddons.com/)<br />The XOOPS Project" ;
17
$modversion['author'] = "KENTARO (http://xoops.iko-ze.net/)<br />XOOPS X (ten) Distribution Project (https://github.com/XoopsX/gnavi)" ;
0 commit comments