Skip to content

Commit bb3fa99

Browse files
committed
[UPDATE] Config Version 1.0.1
1 parent a7fc714 commit bb3fa99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/config/global.inc.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Also the URL to check for the most recent upstream versions available
77
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-config-version
88
**/
9-
$config['version'] = '1.0.0';
9+
$config['version'] = '1.0.1';
1010
$config['version_url'] = 'https://raw.githubusercontent.com/MPOS/php-mpos/master/include/version.inc.php';
1111

1212
/**

include/version.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
define('MPOS_VERSION', '1.0.2');
55
define('DB_VERSION', '1.0.1');
6-
define('CONFIG_VERSION', '1.0.0');
6+
define('CONFIG_VERSION', '1.0.1');
77
define('HASH_VERSION', 1);
88

99
// Fetch installed database version

0 commit comments

Comments
 (0)