Skip to content

Commit

Permalink
Merge pull request #302 from AliceO2Group/feature/new-version
Browse files Browse the repository at this point in the history
upgraded version to 0.16.4
  • Loading branch information
ekertt authored Feb 10, 2021
2 parents 8344e16 + 1c9679c commit 2079bd2
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.2', hostname: '', port: '' },
{ type: 'NPM', version: '0.16.4', hostname: '', port: '' },
];

const aboutColumns = {
Expand Down
2 changes: 1 addition & 1 deletion lib/public/views/Home/Overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const HomeOverviewScreen = (model) => {
return h('', [
h('.flex-row.w-100', [
h('.flex-column.w-50', [
h('h1', 'Logs'),
h('h1', 'Log Entries'),
LogTable(model, logs, logsColumns, {
logsPerPage: 5,
amountDropdownVisible: false,
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.3",
"version": "0.16.4",
"author": "CERN",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit 2079bd2

Please sign in to comment.