From 8ee09b4e3e89728beae1394b993dee0e6e00d108 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Wed, 11 Jun 2025 18:52:55 +0100 Subject: [PATCH] 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 7f15a8e..e35867b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Mill's Messages - v0.2.0 +# The Mill's Messages - v0.3.0 This little [FoundryVTT](https://foundryvtt.com/) module gives the GMs a way to send messages to PCs with a bit more flair than the chat, and more spontaneity than journals ! diff --git a/module.json b/module.json index 9a379d4..b00f7f8 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "the-mills-messages", "title": "The Mill's Messages", "description": "A little message-sending modules for GMs", - "version": "0.2.0", + "version": "0.3.0", "compatibility": { "minimum": "12", "verified": "12", @@ -49,5 +49,5 @@ "readme": "README.md", "url": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/src/branch/release", "manifest": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/raw/branch/release/module.json", - "download": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/archive/v0.2.0.zip" + "download": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/archive/v0.3.0.zip" }