chore(release): 0.3.6
This commit is contained in:
parent
f6d9491465
commit
52b46824fb
2 changed files with 6 additions and 6 deletions
10
module.json
10
module.json
|
@ -2,7 +2,7 @@
|
|||
"name": "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.5",
|
||||
"version": "0.3.6",
|
||||
"author": "Johannes Loher",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -27,9 +27,9 @@
|
|||
],
|
||||
"url": "https://git.f3l.de/ghost/darkness-dependent-vision",
|
||||
"manifest": "https://git.f3l.de/api/v4/projects/ghost%2Fdarkness-dependent-vision/packages/generic/darkness-dependent-vision/latest/module.json",
|
||||
"download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.5/downloads/darkness-dependent-vision.zip",
|
||||
"download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.6/downloads/darkness-dependent-vision.zip",
|
||||
"bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues",
|
||||
"changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.5",
|
||||
"readme": "./README.md",
|
||||
"license": "./LICENSE.md"
|
||||
"changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.6",
|
||||
"readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/0.3.6/README.md",
|
||||
"license": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/0.3.6/LICENSE.md"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "darkness-dependent-vision",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"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://git.f3l.de/ghost/darkness-dependent-vision#licensing",
|
||||
"homepage": "https://git.f3l.de/ghost/darkness-dependent-vision",
|
||||
|
|
Loading…
Reference in a new issue