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

Commit b1fdd83

Browse files
committed
Relase 0.2.6
1 parent a9c6fd8 commit b1fdd83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gtt-taskbar",
33
"productName": "gitlab time tracker taskbar",
44
"description": "A crossplatform menubar/taskbar application for GitLabs time tracking feature.",
5-
"version": "0.2.5",
5+
"version": "0.2.6",
66
"main": "src/index.js",
77
"scripts": {
88
"start": "electron-forge start",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let gtt = new events.EventEmitter(),
2727
debug = false;
2828

2929
gtt._app = app;
30-
gtt._version = '0.2.5';
30+
gtt._version = '0.2.6';
3131
gtt._config = new Config(__dirname);
3232

3333
gtt._api = new Base(gtt._config);

0 commit comments

Comments
 (0)