Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 58a5b1b

Browse files
committed
Release 1.7.19
1 parent dd621e8 commit 58a5b1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/gtt-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ tasks.syncInit()
3434
Cli.bar(`${Cli.update} Syncing time records...`, tasks.sync.frames.length);
3535
return tasks.syncUpdate(Cli.advance)
3636
})
37-
.catch(error => Cli.x(error));
37+
.catch(error => Cli.x(error));

src/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.7.18';
3+
const version = '1.7.19';
44
const program = require('commander');
55

66
program

src/include/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const classes = {
1414
};
1515

1616
const stop_condition = {
17-
term: `"stop" ?: ?false`,
17+
term: `"stop" ?: ?false`,
1818
flags: "i"
1919
};
2020

0 commit comments

Comments
 (0)