Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
+Update dependencies
  • Loading branch information
nioc committed Nov 25, 2018
1 parent 48da49e commit e05412e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions 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.2",
"version": "0.3.3",
"description": "Web app for mananging personal bank account",
"author": "nioc <[email protected]>",
"private": true,
Expand All @@ -24,7 +24,7 @@
"vue-chartjs": "^3.4.0",
"vue-moment": "^4.0.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1"
"vue-router": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand All @@ -38,8 +38,8 @@
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^0.28.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
Expand All @@ -54,7 +54,7 @@
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"node-notifier": "^5.3.0",
"node-sass": "^4.9.4",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.19",
Expand All @@ -66,7 +66,7 @@
"semver": "^5.5.1",
"shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.5.8",
"url-loader": "^1.1.2",
"vue-loader": "^13.7.3",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.17",
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.2
version = 0.3.3
; 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 @@ -125,6 +125,7 @@ private static function getUpdateSteps($installedVersion)
case '0.2.0':
case '0.3.0':
case '0.3.1':
case '0.3.2':
break;
default:
return 'Unknown installed version';
Expand Down

0 comments on commit e05412e

Please sign in to comment.