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 a9c6fd8 commit b1fdd83Copy full SHA for b1fdd83
package.json
@@ -2,7 +2,7 @@
2
"name": "gtt-taskbar",
3
"productName": "gitlab time tracker taskbar",
4
"description": "A crossplatform menubar/taskbar application for GitLabs time tracking feature.",
5
- "version": "0.2.5",
+ "version": "0.2.6",
6
"main": "src/index.js",
7
"scripts": {
8
"start": "electron-forge start",
src/index.js
@@ -27,7 +27,7 @@ let gtt = new events.EventEmitter(),
27
debug = false;
28
29
gtt._app = app;
30
-gtt._version = '0.2.5';
+gtt._version = '0.2.6';
31
gtt._config = new Config(__dirname);
32
33
gtt._api = new Base(gtt._config);
0 commit comments