From 3f0f81ee545557738a12a437f3ebd22be90b957b Mon Sep 17 00:00:00 2001 From: trotFunky Date: Fri, 30 May 2025 21:35:48 +0100 Subject: [PATCH] Start work on v0.3.0 --- README.md | 2 +- module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c0ae2c..2172534 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Mill's Fabula - v0.2.0 +# The Mill's Fabula - v0.3.0-dev This little [FoundryVTT](https://foundryvtt.com/) module is a collection of compendiums and functionalities to power our Fabula Ultima campaigns. diff --git a/module.json b/module.json index 4145ab5..8ff3426 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "the-mills-fabula", "title": "Fabula Moletrina", "description": "A module implementing our idiosyncratic ideas for the Mill's campaigns.", - "version": "0.2.0", + "version": "0.3.0", "compatibility": { "minimum": "12", "verified": "12", @@ -72,5 +72,5 @@ "readme": "README.md", "url": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/src/branch/release", "manifest": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/raw/branch/release/module.json", - "download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.2.0.zip" + "download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.3.0.zip" }