Skip to content

Commit

Permalink
Merge pull request #22 from andreasvoigt/develop
Browse files Browse the repository at this point in the history
Release 0.4.1
  • Loading branch information
andreasvoigt authored Aug 30, 2021
2 parents ae1f4a5 + d813549 commit 0502d1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It will parse csv export files and calculate overtime work based on 8 h daily wo

The program can be installed via

npm i -g andreasvoigt/timesheet-overtime
npm i -g timesheet-overtime

Afterwards it can be run by

Expand Down
2 changes: 1 addition & 1 deletion 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": "timesheet-overtime",
"version": "0.4.0",
"version": "0.4.1",
"description": "Process csv files from Timesheet to calculate overtime.",
"main": "index.js",
"bin": "./dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function main(path, command: Commands) {
const program = new Command();

program
.version("0.4.0")
.version("0.4.1")
.option("--config <config>", "use custom config instead to overwrite default values")
.option("--verbose", "print detailed information for each file");

Expand Down

0 comments on commit 0502d1c

Please sign in to comment.