Skip to content

Commit

Permalink
Version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Mar 28, 2022
1 parent 1921b2b commit 53a327e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions money-front-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.12.0",
"version": "0.12.1",
"description": "Web app for mananging personal bank account",
"author": "nioc <[email protected]>",
"homepage": "https://github.com/nioc/own-my-money",
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.12.0
version = 0.12.1
; release channel (stable or beta)
releaseChannel = stable
; installation status
Expand Down
1 change: 1 addition & 0 deletions server/lib/Step.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ private static function getUpdateSteps($installedVersion, $language)
case '0.11.0':
case '0.11.1':
case '0.11.2':
case '0.12.0':
break;
default:
return $lang->getMessage('unknownInstalledVersion');
Expand Down

0 comments on commit 53a327e

Please sign in to comment.