Skip to content

Commit 2c219bd

Browse files
authored
Merge pull request #319 from AliceO2Group/updateNPM
Versie 0.16.5
2 parents 9bc97b3 + 0adf867 commit 2c219bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/public/views/About/Overview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import table from '../../../components/Table/index.js';
2222
const aboutOverview = (model) => {
2323
const data = [
2424
{ type: 'Bookkeeping', version: '1', hostname: 'localhost', port: '4000' },
25-
{ type: 'NPM', version: '0.16.4', hostname: '', port: '' },
25+
{ type: 'NPM', version: '0.16.5', hostname: '', port: '' },
2626
];
2727

2828
const aboutColumns = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "0.16.4",
3+
"version": "0.16.5",
44
"author": "CERN",
55
"license": "GPL-3.0",
66
"scripts": {

0 commit comments

Comments
 (0)