Skip to content

Commit d8ce8a6

Browse files
committed
Release 0.0.8
1 parent 59152a4 commit d8ce8a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-focus-on-work",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Alfred workflow which forces to focus on work and tracks a time for you",
55
"license": "MIT",
66
"repository": "igrybkov/alfred-focus-on-work",
@@ -65,7 +65,10 @@
6565
"release-it": {
6666
"github": {
6767
"release": true,
68-
"assets": ["dist/*.alfredworkflow", "dist/*.zip"]
68+
"assets": [
69+
"dist/*.alfredworkflow",
70+
"dist/*.zip"
71+
]
6972
}
7073
}
7174
}

0 commit comments

Comments
 (0)