Skip to content

Commit

Permalink
Merge pull request #353 from AliceO2Group/updateNpm
Browse files Browse the repository at this point in the history
Updated version to 0.16.9
  • Loading branch information
DimitrySteenkamer authored May 4, 2021
2 parents 40b52d3 + 4b1cec8 commit decc0ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/public/views/About/Overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.8', hostname: '', port: '' },
{ type: 'NPM', version: '0.16.9', hostname: '', port: '' },
];

const aboutColumns = {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.16.8",
"version": "0.16.9",
"author": "CERN",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit decc0ee

Please sign in to comment.