Update package.json + bump version
This commit is contained in:
parent
ac729a7e65
commit
5db3236db4
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
{
|
||||
"name": "ep_delete_after_delay",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Automatically deletes pads after a configured delay",
|
||||
"author": {
|
||||
"name": "Luc Didry",
|
||||
|
@ -15,6 +15,10 @@
|
|||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://git.framasoft.org/luc/ep_delete_after_delay.git"
|
||||
}
|
||||
},
|
||||
"bugs": {
|
||||
"url" : "https://git.framasoft.org/luc/ep_delete_after_delay/issues"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue