Skip to content

Commit decc0ee

Browse files
Merge pull request #353 from AliceO2Group/updateNpm
Updated version to 0.16.9
2 parents 40b52d3 + 4b1cec8 commit decc0ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8', hostname: '', port: '' },
25+
{ type: 'NPM', version: '0.16.9', hostname: '', port: '' },
2626
];
2727

2828
const aboutColumns = {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8",
3+
"version": "0.16.9",
44
"author": "CERN",
55
"license": "GPL-3.0",
66
"scripts": {

0 commit comments

Comments
 (0)