Skip to content

Commit

Permalink
Merge pull request #284 from AliceO2Group/update-version
Browse files Browse the repository at this point in the history
upgrade version
  • Loading branch information
ekertt authored Jan 13, 2021
2 parents e929300 + 2f7a134 commit 66955af
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.0', hostname: '', port: '' },
{ type: 'NPM', version: '0.16.1', 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.0",
"version": "0.16.1",
"author": "CERN",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit 66955af

Please sign in to comment.