diff --git a/README.md b/README.md index 0c4e41b..1e86425 100644 --- a/README.md +++ b/README.md @@ -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 ! diff --git a/module.json b/module.json index 1acd06f..9a379d4 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.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" }