Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
Fix updater
  • Loading branch information
nioc committed Nov 16, 2018
1 parent 70ece0f commit 69e070c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/configuration/configuration.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[system]
; OwnMyMoney version
version = 0.3.1
version = 0.3.2
; installation status
setup = 0
; repository url
Expand Down
4 changes: 4 additions & 0 deletions server/lib/Step.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ private static function getUpdateSteps($installedVersion)
case '0.1.0':
$hasDatabaseAlter = true;
break;
case '0.2.0':
case '0.3.0':
case '0.3.1':
break;
default:
return 'Unknown installed version';
break;
Expand Down

0 comments on commit 69e070c

Please sign in to comment.