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 da7e285 commit 6858a16Copy full SHA for 6858a16
.travis.yml
@@ -46,7 +46,7 @@ install:
46
- nvm install 8.4
47
- npm install -g yarn
48
- yarn install
49
- - snap install docker
+ - sudo snap install docker
50
- export DISPLAY=':99.0'
51
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
52
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.10",
+ "version": "0.2.11",
6
"main": "src/index.js",
7
"scripts": {
8
"start": "electron-forge start",
0 commit comments