Skip to content

Commit 4f44425

Browse files
committed
Release 1.2.2
1 parent 63d5a6f commit 4f44425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1';
3+
const version = '1.2.2';
44
const program = require('commander');
55

66
program

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlab-time-tracker",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
55
"main": "gtt.js",
66
"scripts": {},

0 commit comments

Comments
 (0)