Skip to content

Commit 1c9679c

Browse files
author
Tim van Ekert
committed
upgraded version to 0.16.4
1 parent 8344e16 commit 1c9679c

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

2828
const aboutColumns = {

lib/public/views/Home/Overview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const HomeOverviewScreen = (model) => {
3737
return h('', [
3838
h('.flex-row.w-100', [
3939
h('.flex-column.w-50', [
40-
h('h1', 'Logs'),
40+
h('h1', 'Log Entries'),
4141
LogTable(model, logs, logsColumns, {
4242
logsPerPage: 5,
4343
amountDropdownVisible: false,

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

0 commit comments

Comments
 (0)