Skip to content

Commit

Permalink
Release to fix manifest now branches are straightened out.
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Dec 8, 2022
1 parent 08e6a84 commit 3282c55
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Middle Kingdom - v10 branch

### 2.2.1 - December 8, 2022
- [BUGFIX] Fixed URLs in manifest to point to /main/ not /v10/. (Thanks ckdragons for heads-up.)

### 2.2.0 - December 6, 2022
- [FEATURE] (Lupestro) Updated README for clarity in creating user settings. (Issue #27 - many participants)
- [FEATURE] (Lupestro) Improved and simplified source JSON syntax with defaults for most fields. (Issue #27 - many participants)
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "2.2.0",
"version": "2.2.1",
"authors": [
{
"name": "Deuce",
Expand Down Expand Up @@ -64,8 +64,8 @@
"styles": [
"torch.css"
],
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/v10/module.json",
"download": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/v10/torch.zip",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/main/module.json",
"download": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/main/torch.zip",
"url": "https://github.com/League-of-Foundry-Developers/torch",
"compatibility": {
"minimum": "10",
Expand Down
28 changes: 28 additions & 0 deletions test/tickets/issue-32/user-sources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"alienrpg": {
"topology": "standard",
"sources": {
"Hi-beam Flashlight": {
"consumable": false,
"light": [
{ "bright": 10, "dim": 15, "angle": 90, "color": "#ff9329", "alpha": 0.5,
"animation": { "type": "torch", "speed": 2, "intensity": 5, "reverse": false }
}]
},
"TNR High Beam Shoulder Lamp": {
"consumable": false,
"light": [
{ "bright": 10, "dim": 15, "angle": 90, "color": "#ff9329", "alpha": 0.5,
"animation": { "type": "torch", "speed": 2, "intensity": 5, "reverse": false }
}]
},
"Land Vehicle Lights": {
"consumable": false,
"light": [
{ "bright": 15, "dim": 20, "angle": 90, "color": "#ff9329", "alpha": 0.5,
"animation": { "type": "torch", "speed": 2, "intensity": 5, "reverse": false }
}]
}
}
}
}
Binary file modified torch.zip
Binary file not shown.

0 comments on commit 3282c55

Please sign in to comment.