We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1b01d commit 8b2b354Copy full SHA for 8b2b354
gtt.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-const version = '1.1.0';
+const version = '1.1.1';
4
const program = require('commander');
5
6
program
@@ -14,4 +14,4 @@ program
14
.command('delete [id]', 'delete time record by the given id')
15
.command('report [project] [ids]', 'generate a report for the given project and issues')
16
.command('config', 'edit the configuration file in your default editor')
17
- .parse(process.argv);
+ .parse(process.argv);
package.json
{
"name": "gitlab-time-tracker",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
"main": "gtt.js",
"scripts": {},
0 commit comments