Skip to content

Commit 004d54b

Browse files
committed
Release 1.2.4
1 parent 8fabeee commit 004d54b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gtt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const version = '1.2.3';
3+
const version = '1.2.4';
44
const program = require('commander');
55

66
program

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlab-time-tracker",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
55
"main": "gtt.js",
66
"scripts": {},
@@ -30,4 +30,4 @@
3030
"read-yaml": "^1.1.0",
3131
"underscore": "^1.8.3"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)