We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32b71f commit 407f60cCopy full SHA for 407f60c
gtt.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-const version = '1.5.0';
+const version = '1.5.1';
4
const program = require('commander');
5
6
program
package.json
{
"name": "gitlab-time-tracker",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "A command line interface for GitLabs time tracking feature.",
"bugs": {
"url": "https://github.com/kriskbx/gitlab-time-tracker/issues"
0 commit comments