diff --git a/includes/config.php b/includes/config.php index e53371c..e6ad689 100644 --- a/includes/config.php +++ b/includes/config.php @@ -69,7 +69,7 @@ define('SMTPPASS', $json_sett['smtppass']); define('SMTPFROM', $json_sett['smtpfrom']); define('DEFAULTLANG', $json_sett['deflang']); -define('VERS', '0.3.0'); //DO NOT CHANGE THIS! +define('VERS', '0.3.1'); //DO NOT CHANGE THIS! define('DBOK', '374'); //DO NOT CHANGE THIS! define('SYSTIT', 'Rivendell Web Broadcast'); //DO NOT CHANGE THIS! define('USERESET', $json_sett['usereset']); diff --git a/version.csv b/version.csv index 0939943..8cd7b80 100644 --- a/version.csv +++ b/version.csv @@ -1 +1 @@ -0.3.0,Alpha Release #5,0,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file +0.3.1,Alpha Release #6,1,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file