chore(release): 1.1.0
This commit is contained in:
parent
f88a2a853a
commit
d676868981
2 changed files with 6 additions and 6 deletions
10
module.json
10
module.json
|
@ -11,11 +11,11 @@
|
|||
}
|
||||
],
|
||||
"url": "https://git.f3l.de/dungeonslayers/tickwerk",
|
||||
"license": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.0.0/LICENSE.md",
|
||||
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.0.0/README.md",
|
||||
"license": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.1.0/LICENSE.md",
|
||||
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.1.0/README.md",
|
||||
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/-/issues",
|
||||
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.0.0",
|
||||
"version": "1.0.0",
|
||||
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.1.0",
|
||||
"version": "1.1.0",
|
||||
"minimumCoreVersion": "9",
|
||||
"compatibleCoreVersion": "9",
|
||||
"esmodules": ["tickwerk.js"],
|
||||
|
@ -33,6 +33,6 @@
|
|||
}
|
||||
],
|
||||
"manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftickwerk/packages/generic/tickwerk/latest/module.json",
|
||||
"download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.0.0/downloads/module.zip",
|
||||
"download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.1.0/downloads/module.zip",
|
||||
"manifestPlusVersion": "1.2.0"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"private": true,
|
||||
"name": "tickwerk",
|
||||
"description": "A tick based combat system for Foundry Virtual Tabletop",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
|
||||
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue