From 5b4a728427d0b3335b9abd9d925c36269be71584 Mon Sep 17 00:00:00 2001 From: Ceriath Date: Fri, 8 Dec 2023 02:17:48 +0100 Subject: [PATCH] v0.0.4: release Signed-off-by: Ceriath --- CHANGELOG.md | 5 +++++ package.json | 2 +- system.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66823b9..d34e8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.0.4 + +[BETA Release] +- drives are now editable (#3) + ## 0.0.3 [BETA Release] diff --git a/package.json b/package.json index 2eb4f96..3b626ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "candelafvtt", - "version": "0.0.3", + "version": "0.0.4", "description": "CSS compiler for the Candela FVTT system", "scripts": { "build": "gulp build", diff --git a/system.json b/system.json index e9f5d11..63dc13a 100644 --- a/system.json +++ b/system.json @@ -1,6 +1,6 @@ { "id": "candelafvtt", - "version": "0.0.3", + "version": "0.0.4", "title": "Candela Obscura for Foundry (unofficial system)", "url": "https://github.com/ceriath/candelafvtt/", "description": "Unofficial basic implementation of the Candela Obscura Core Rulebook by Darrington Press. If you like the system, you can find the books and more detail over at https://darringtonpress.com/candela/", @@ -86,7 +86,7 @@ "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "manifest": "https://github.com/ceriath/candelafvtt/releases/latest/download/system.json", - "download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.3/candelafvtt-v0.0.3.zip", + "download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.4/candelafvtt-v0.0.4.zip", "changelog": "CHANGELOG.md" }