Skip to content

Commit 69cdd42

Browse files
committed
Release 1.3.1
1 parent 1829e90 commit 69cdd42

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