Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
Make the Hub ready for its v0.4 release: Update its own version number and bump dependency versions (especially to fix vulnerabilities)
  • Loading branch information
christophfriedrich committed Feb 4, 2020
1 parent 34ec624 commit c4aae0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/hub",
"version": "0.3.0",
"version": "0.4.0",
"author": "openEO Consortium",
"contributors": [
{
Expand Down Expand Up @@ -34,14 +34,14 @@
"@openeo/vue-components": "0.4.1",
"axios": "^0.19.0",
"moment": "^2.22.2",
"mongodb": "^3.1.10",
"restify": "^7.2.3",
"mongodb": "^3.5.2",
"restify": "^8.5.1",
"vue": "^2.6.0",
"vue-multiselect": "^2.1.6",
"vue2-leaflet": "^1.2.3"
},
"devDependencies": {
"@vue/cli-service": "^3.7.0",
"@vue/cli-service": "^4.1.2",
"vue-template-compiler": "^2.5.22"
}
}

0 comments on commit c4aae0f

Please sign in to comment.