diff --git a/lib/public/views/About/Overview/index.js b/lib/public/views/About/Overview/index.js index 45bd5c8669..07d708d7e3 100644 --- a/lib/public/views/About/Overview/index.js +++ b/lib/public/views/About/Overview/index.js @@ -22,7 +22,7 @@ import table from '../../../components/Table/index.js'; const aboutOverview = (model) => { const data = [ { type: 'Bookkeeping', version: '1', hostname: 'localhost', port: '4000' }, - { type: 'NPM', version: '0.16.9', hostname: '', port: '' }, + { type: 'NPM', version: '0.17.0', hostname: '', port: '' }, ]; const aboutColumns = { diff --git a/package-lock.json b/package-lock.json index 18b18d89b7..12fb38c56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.16.9", + "version": "0.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce220d1e37..3e60537ac5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.16.9", + "version": "0.17.0", "author": "CERN", "license": "GPL-3.0", "scripts": {