Skip to content

Commit a7abc0c

Browse files
committed
Release 1.2.3
1 parent 47ffe6d commit a7abc0c

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.2';
3+
const version = '1.2.3';
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.2",
3+
"version": "1.2.3",
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)