Skip to content

Commit

Permalink
Bump version to get new icons out there.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderson11 committed Mar 4, 2016
1 parent f565cdf commit ae11a23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions maintenance/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@
'ALTER TABLE `employees` ADD `resetTime` INT NOT NULL AFTER `changePassword`',
'ALTER TABLE `employees` ADD `resetToken` VARCHAR(25) NOT NULL AFTER `resetTime`'
],
'0.8.1' => [],
'0.8.2' => [],
'0.8.1' => []
];
?>
2 changes: 1 addition & 1 deletion maintenance/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
if ($return['status'] == 'success') {
$settings = '<?php
//Audemium ERP Version
$VERSION = \'0.8.1\';
$VERSION = \'0.8.2\';
//Database
$SETTINGS[\'dbServer\'] = \''.addcslashes($_POST['dbHost'], "'").'\';
Expand Down
2 changes: 1 addition & 1 deletion maintenance/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//These are the default settings for Audemium ERP. Use the installer to generate your own settings.php file.

//Audemium ERP Version
$VERSION = '0.8.1';
$VERSION = '0.8.2';

//Database
$SETTINGS['dbServer'] = 'localhost';
Expand Down

0 comments on commit ae11a23

Please sign in to comment.