Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega committed Mar 1, 2019
1 parent 620d0df commit b094685
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"

after_success: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
branches:
Expand All @@ -11,5 +13,5 @@ branches:
install:
- npm install

before_script:
- npm run lint
#before_script:
# - npm run lint
10 changes: 5 additions & 5 deletions controllers/versionInfo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 CoNWeT Lab., Universidad Politécnica de Madrid
/* Copyright (c) 2018 - 2019 CoNWeT Lab., Universidad Politécnica de Madrid
*
* This file belongs to the business-ecosystem-logic-proxy of the
* Business API Ecosystem
Expand All @@ -18,9 +18,9 @@
*/

exports.versionInfo = {
version: '7.4.0',
releaseDate: '23/10/2018',
version: '7.6.0',
releaseDate: '28/02/2019',
gitHash: '',
doc: 'https://fiware-tmforum.github.io/Business-API-Ecosystem/v7.4.0/',
userDoc: 'http://business-api-ecosystem.readthedocs.io/en/v7.4.0/'
doc: 'https://fiware-tmforum.github.io/Business-API-Ecosystem/v7.6.0/',
userDoc: 'http://business-api-ecosystem.readthedocs.io/en/v7.6.0/'
};

0 comments on commit b094685

Please sign in to comment.