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

Commit f88461b

Browse files
committed
Release 0.2.9
1 parent 70ce070 commit f88461b

File tree

3 files changed

+2175
-537
lines changed

3 files changed

+2175
-537
lines changed

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ build: off
1919
version: '{build}'
2020
shallow_clone: true
2121
clone_depth: 1
22-
test_script:
23-
- yarn run publish
22+
deploy:
23+
- provider: Environment
24+
name: production
25+
on:
26+
APPVEYOR_REPO_TAG: true

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

0 commit comments

Comments
 (0)