Skip to content

Commit

Permalink
chore(release): bump
Browse files Browse the repository at this point in the history
- coc-tasks
  • Loading branch information
voldikss committed Sep 20, 2023
1 parent 91184df commit a3212ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/coc-tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "coc-tasks",
"version": "0.3.0",
"version": "0.3.1",
"description": "Tasks list and macros completion/hover support for asynctasks.vim",
"main": "lib/index.js",
"publisher": "voldikss",
"keywords": [
"coc.nvim",
"tasks"
],
"files": ["lib/index.js"],
"files": [
"lib/index.js"
],
"engines": {
"coc": "^0.0.81"
},
Expand Down Expand Up @@ -56,4 +58,4 @@
},
"author": "dyzplus@gmail.com",
"license": "MIT"
}
}

0 comments on commit a3212ef

Please sign in to comment.