Skip to content

Commit 8b2b354

Browse files
committed
Bump version
1 parent 5a1b01d commit 8b2b354

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gtt.js

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

3-
const version = '1.1.0';
3+
const version = '1.1.1';
44
const program = require('commander');
55

66
program
@@ -14,4 +14,4 @@ program
1414
.command('delete [id]', 'delete time record by the given id')
1515
.command('report [project] [ids]', 'generate a report for the given project and issues')
1616
.command('config', 'edit the configuration file in your default editor')
17-
.parse(process.argv);
17+
.parse(process.argv);

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.1.0",
3+
"version": "1.1.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)