chore(release): 0.3.13
This commit is contained in:
parent
d1805811b6
commit
3a87f5fde4
2 changed files with 9 additions and 9 deletions
16
module.json
16
module.json
|
@ -3,7 +3,7 @@
|
|||
"id": "darkness-dependent-vision",
|
||||
"title": "Darkness Dependent Vision",
|
||||
"description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"author": "Johannes Loher",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -31,11 +31,11 @@
|
|||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"url": "https://git.f3l.de/saluu/darkness-dependent-vision",
|
||||
"manifest": "https://git.f3l.de/saluu/darkness-dependent-vision/-/releases/permalink/latest/downloads/module.json",
|
||||
"download": "https://git.f3l.de/saluu/darkness-dependent-vision/-/releases/0.3.12/downloads/darkness-dependent-vision.zip",
|
||||
"bugs": "https://git.f3l.de/saluu/darkness-dependent-vision/-/issues",
|
||||
"changelog": "https://git.f3l.de/saluu/darkness-dependent-vision/-/releases/0.3.12",
|
||||
"readme": "https://git.f3l.de/saluu/darkness-dependent-vision/-/raw/0.3.12/README.md",
|
||||
"license": "https://git.f3l.de/saluu/darkness-dependent-vision/-/raw/0.3.12/LICENSE.md"
|
||||
"url": "https://git2.f3l.de/saluu/darkness-dependent-vision",
|
||||
"manifest": "https://git2.f3l.de/api/packages/saluu/generic/darkness-dependent-vision/latest/module.json",
|
||||
"download": "https://git2.f3l.de/saluu/darkness-dependent-vision/releases/download/0.3.13/darkness-dependent-vision.zip",
|
||||
"bugs": "https://git2.f3l.de/saluu/darkness-dependent-vision/issues",
|
||||
"changelog": "https://git2.f3l.de/saluu/darkness-dependent-vision/releases/tag/0.3.13",
|
||||
"readme": "https://git2.f3l.de/saluu/darkness-dependent-vision/raw/tag/0.3.13/README.md",
|
||||
"license": "https://git2.f3l.de/saluu/darkness-dependent-vision/raw/tag/0.3.13/LICENSE.md"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "darkness-dependent-vision",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.",
|
||||
"license": "https://git2.f3l.de/saluu/darkness-dependent-vision/src/branch/master/LICENSE.md",
|
||||
"homepage": "https://git2.f3l.de/saluu/darkness-dependent-vision",
|
||||
|
|
Loading…
Reference in a new issue