Skip to content

Commit

Permalink
Bump BKP version to 0.42.0 (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduta authored Oct 5, 2022
1 parent bd409a1 commit 6a90af5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -21,7 +21,7 @@ import { table } from '../../../components/common/table/table.js';
*/
const aboutOverview = () => {
const data = [
{ type: 'Bookkeeping', version: '0.41.0', hostname: '-', port: '4000' },
{ type: 'Bookkeeping', version: '0.42.0', hostname: '-', port: '4000' },
{ type: 'NPM', version: '', hostname: '', port: '' },
];

Expand Down
4 changes: 2 additions & 2 deletions 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.41.0",
"version": "0.42.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 6a90af5

Please sign in to comment.