Skip to content

Commit

Permalink
Fixed release number - getting serious about a build
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Feb 3, 2024
1 parent 6041030 commit 7578b07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Middle Kingdom - v10 -> main branch

### 2.12.0 - February 3, 2024
### 2.11.1 - February 3, 2024
- [BUGFIX] (StormDarkwood) Fixed Dragonbane lighting *back* to what it should be. (It's in meters, not grids.)
- [BUGFIX] (spikedshrike) Flashlight angle on SWADE was bugged - 3 degrees shipped should be 6 degrees (for 10:1 beam) or possible 53 degrees (for cone) - seeking clarification.
- [BUGFIX] (Lupestro) After consultation with others, fixed GURPS beam angles from 3 to 6 degrees as well.
- [INTERNAL] Adding test and release automation to make process of delivering a new version closer to "pull the lever", encouraging more frequent releases. Last straw - the tiny work for this release was complete in early November and procrastination on the awkward release process caused this ridiculous delay.
- [INTERNAL] Adding build, test, and release automation to make process of delivering a new version closer to "pull the lever"

### 2.11.0 - October 8, 2023
- [FEATURE] (brantai) Added support for demonlord system
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "2.11.1",
"authors": [
{
"name": "Deuce",
Expand Down Expand Up @@ -71,7 +71,7 @@
"torch.css"
],
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/main/module.json",
"download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.12.0/torch-v2.12.0.zip",
"download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.11.1/torch-v2.11.1.zip",
"url": "https://github.com/League-of-Foundry-Developers/torch",
"compatibility": {
"minimum": "10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "torch",
"version": "2.12.0",
"version": "2.11.1",
"description": "Torch HUD Controls",
"main": "src/torch.js",
"scripts": {
Expand Down

0 comments on commit 7578b07

Please sign in to comment.