Skip to content

Commit 8d91437

Browse files
committed
chore: update mmlc_install.php version to 0.9.0
1 parent 370f052 commit 8d91437

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mmlc_installer.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ini_set('display_errors', 1);
1616
error_reporting(E_ALL & ~E_NOTICE);
1717

18-
define('VERSION', '0.8.1');
18+
define('VERSION', '0.9.0');
1919

2020
class Installer
2121
{
@@ -32,7 +32,9 @@ class Installer
3232
"2.0.7.0",
3333
"2.0.7.1",
3434
"2.0.7.2",
35-
"3.0.0"
35+
"3.0.0",
36+
"3.0.1",
37+
"3.0.2"
3638
];
3739

3840
public function invoke()

0 commit comments

Comments
 (0)