Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Jan 26, 2019
1 parent f05bdf2 commit 44f61b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion money-front-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "money-front-vue",
"version": "0.3.3",
"version": "0.4.0",
"description": "Web app for mananging personal bank account",
"author": "nioc <[email protected]>",
"private": true,
Expand Down
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.3
version = 0.4.0
; installation status
setup = 0
; repository url
Expand Down
1 change: 1 addition & 0 deletions server/lib/Step.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private static function getUpdateSteps($installedVersion, $language)
case '0.3.0':
case '0.3.1':
case '0.3.2':
case '0.3.3':
break;
default:
return $lang->getMessage('unknownInstalledVersion');
Expand Down

0 comments on commit 44f61b6

Please sign in to comment.