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

Commit 6858a16

Browse files
committed
Release 0.2.11
1 parent da7e285 commit 6858a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
- nvm install 8.4
4747
- npm install -g yarn
4848
- yarn install
49-
- snap install docker
49+
- sudo snap install docker
5050
- export DISPLAY=':99.0'
5151
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
5252

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.10",
5+
"version": "0.2.11",
66
"main": "src/index.js",
77
"scripts": {
88
"start": "electron-forge start",

0 commit comments

Comments
 (0)