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 5e30e7b commit e3ddf8cCopy full SHA for e3ddf8c
gtt.js
@@ -1,10 +1,10 @@
1
#!/usr/bin/env node
2
3
-const version = '1.0.1';
+const version = '1.0.2';
4
const program = require('commander');
5
6
program
7
.version(version)
8
.command('edit', 'edit the configuration file in your default editor')
9
.command('report [project] [ids]', 'generate a report for the given project and issues')
10
- .parse(process.argv);
+ .parse(process.argv);
package.json
@@ -1,6 +1,6 @@
{
"name": "gitlab-time-tracker",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
"main": "gtt.js",
"scripts": {},
0 commit comments