From 7578b0748319fe95d827c9da5825f6782c0f9dcf Mon Sep 17 00:00:00 2001 From: Ralph Mack Date: Sat, 3 Feb 2024 15:11:37 -0500 Subject: [PATCH] Fixed release number - getting serious about a build --- CHANGELOG.md | 4 ++-- module.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f724e..00cbb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/module.json b/module.json index 8507768..e1e020d 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "2.12.0", + "version": "2.11.1", "authors": [ { "name": "Deuce", @@ -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", diff --git a/package.json b/package.json index 0345a86..aabe9f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "torch", - "version": "2.12.0", + "version": "2.11.1", "description": "Torch HUD Controls", "main": "src/torch.js", "scripts": {