From 21b31368cbbf2cd13de30843c38ffc37b3cdfc57 Mon Sep 17 00:00:00 2001 From: snap01 <43982555+snap01@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:43:23 +0100 Subject: [PATCH] Prepare system for 0.10.17 --- .github/CHANGELOG.md | 6 ++++++ system.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 565426ed..37023210 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -9,6 +9,12 @@ Happy gaming ! When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01. +## Version 0.10.17 + +When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01. + +- Fix chase item on FoundryVTT v12 + ## Version 0.10.16 When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01. diff --git a/system.json b/system.json index fe1490f1..5a3564d3 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "CoC7", "title": "Call of Cthulhu 7th Edition", "description": "An implementation of the Call of Cthulhu 7th Edition game system for Foundry Virtual Tabletop.", - "version": "0.10.16", + "version": "0.10.17", "authors": [ { "name": "Miskatonic Investigative Society" @@ -151,5 +151,5 @@ "secondaryTokenAttribute": "attribs.san", "url": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT", "manifest": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/latest/download/system.json", - "download": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/download/0.10.16/system.zip" + "download": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/download/0.10.17/system.zip" }