Start work on v0.2.0

Bump the version number in module.json and README.
This commit is contained in:
trotFunky 2025-05-27 21:09:39 +01:00
parent c83122548a
commit effbe22fa1
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# The Mill's Messages - v0.1.0
# The Mill's Messages - v0.2.0-dev
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 !

View file

@ -2,7 +2,7 @@
"id": "the-mills-messages",
"title": "The Mill's Messages",
"description": "A little message-sending modules for GMs",
"version": "0.1.0",
"version": "0.2.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.1.0.zip"
"download": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/archive/v0.2.0.zip"
}