Skip to content

Commit ef6f6b2

Browse files
committed
Release 0.2.5
1 parent c4b1c7d commit ef6f6b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gtt-taskbar",
33
"productName": "gtt-taskbar",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"description": "Gitlab Time Tracker Taskbar App",
66
"main": "src/index.js",
77
"scripts": {

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let gtt = new events.EventEmitter(),
2424
debug = false;
2525

2626
gtt._app = app;
27-
gtt._version = '0.2.4';
27+
gtt._version = '0.2.5';
2828
gtt._config = new Config(__dirname);
2929

3030
gtt._api = new Base(gtt._config);
@@ -582,4 +582,4 @@ process.on('uncaughtException', function (e) {
582582
}
583583

584584
throw e;
585-
});
585+
});

0 commit comments

Comments
 (0)