diff --git a/package-lock.json b/package-lock.json index 16ef3ff..ed695d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "timesheet-overtime", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 677aa59..51fc79c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index 9def20f..c44173b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 ", "use custom config instead to overwrite default values") .option("--verbose", "print detailed information for each file");