From 53a327ec3eec6c9fc3666bb7817ed4f966373534 Mon Sep 17 00:00:00 2001 From: nioc Date: Mon, 28 Mar 2022 23:52:10 +0200 Subject: [PATCH] Version 0.12.1 --- money-front-vue/package-lock.json | 4 ++-- money-front-vue/package.json | 2 +- server/configuration/configuration.ini | 2 +- server/lib/Step.php | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/money-front-vue/package-lock.json b/money-front-vue/package-lock.json index 02c4b64..30a3db4 100644 --- a/money-front-vue/package-lock.json +++ b/money-front-vue/package-lock.json @@ -1,12 +1,12 @@ { "name": "money-front-vue", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "money-front-vue", - "version": "0.12.0", + "version": "0.12.1", "license": "AGPL-3.0-or-later", "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", diff --git a/money-front-vue/package.json b/money-front-vue/package.json index 0d0dc95..1b50f28 100644 --- a/money-front-vue/package.json +++ b/money-front-vue/package.json @@ -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 ", "homepage": "https://github.com/nioc/own-my-money", diff --git a/server/configuration/configuration.ini b/server/configuration/configuration.ini index d076c6f..4d7bd85 100644 --- a/server/configuration/configuration.ini +++ b/server/configuration/configuration.ini @@ -3,7 +3,7 @@ [system] ; OwnMyMoney version -version = 0.12.0 +version = 0.12.1 ; release channel (stable or beta) releaseChannel = stable ; installation status diff --git a/server/lib/Step.php b/server/lib/Step.php index 8c0abfd..62ebc8f 100644 --- a/server/lib/Step.php +++ b/server/lib/Step.php @@ -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');