Skip to content

Commit

Permalink
updated npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim van Ekert committed Jan 13, 2021
1 parent 5b4f4bf commit f30a31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1', hostname: '', port: '' },
{ type: 'NPM', version: '0.16.2', hostname: '', port: '' },
];

const aboutColumns = {
Expand Down
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.1",
"version": "0.16.2",
"author": "CERN",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit f30a31a

Please sign in to comment.