Skip to content

Commit

Permalink
chore(*): update version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvoigt committed Aug 30, 2021
1 parent b1cb66e commit d813549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 d813549

Please sign in to comment.