From cfc3db24a9759be0190ac32d1500881f92c1e0d2 Mon Sep 17 00:00:00 2001 From: Vali Date: Fri, 26 Mar 2021 11:00:26 +0100 Subject: [PATCH] v1.4.0 --- module.json | 70 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/module.json b/module.json index 76df242..a85bd75 100644 --- a/module.json +++ b/module.json @@ -1,36 +1,36 @@ { - "name": "mars-5e", - "title": "Mars 5e - Moerills alternative rolling style for 5e", - "description": "This module provides an opinionated alternative to how the roll workflow in DnD5e and how they're displayed.
Main goal is to provide some flexibility in how much information is displayed to the players from the GM side, while also automating some basic tasks. To avoid having to care about all possible edge cases and houserules almost every automatic generated result is toggleable.", - "version": "1.3.1", - "author": "Moerill", - "esmodules": ["js/index.js"], - "styles": ["mars-5e.css"], - "minimumCoreVersion": "0.7.8", - "compatibleCoreVersion": "0.7.9", - "socket": true, - "manifest": "https://raw.githubusercontent.com/Moerill/fvtt-mars-5e/master/module.json", - "download": "https://github.com/Moerill/fvtt-mars-5e/releases/download/v1.3.1/v1.3.1.zip", - "url": "https://github.com/Moerill/fvtt-mars-5e", - "languages": [ - { - "lang": "en", - "name": "English", - "path": "lang/en.json" - }, - { - "lang": "de", - "name": "Deutsch", - "path": "lang/de.json" - }, - { - "lang": "fr", - "name": "Francais", - "path": "lang/fr.json" - } - ], - "systems": ["dnd5e"], - "minimumSystemVersion": "1.2.0", - "bugs": "https://github.com/Moerill/fvtt-mars-5e/issues", - "allowBugReporter": true -} + "name": "mars-5e", + "title": "Mars 5e - Moerills alternative rolling style for 5e", + "description": "This module provides an opinionated alternative to how the roll workflow in DnD5e and how they're displayed.
Main goal is to provide some flexibility in how much information is displayed to the players from the GM side, while also automating some basic tasks. To avoid having to care about all possible edge cases and houserules almost every automatic generated result is toggleable.", + "version": "1.4.0", + "author": "Moerill", + "esmodules": ["js/index.js"], + "styles": ["mars-5e.css"], + "minimumCoreVersion": "0.7.8", + "compatibleCoreVersion": "0.7.9", + "socket": true, + "manifest": "https://raw.githubusercontent.com/Moerill/fvtt-mars-5e/master/module.json", + "download": "https://github.com/Moerill/fvtt-mars-5e/releases/download/v1.4.0/v1.4.0.zip", + "url": "https://github.com/Moerill/fvtt-mars-5e", + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "de", + "name": "Deutsch", + "path": "lang/de.json" + }, + { + "lang": "fr", + "name": "Francais", + "path": "lang/fr.json" + } + ], + "systems": ["dnd5e"], + "minimumSystemVersion": "1.2.0", + "bugs": "https://github.com/Moerill/fvtt-mars-5e/issues", + "allowBugReporter": true +} \ No newline at end of file diff --git a/package.json b/package.json index 34782ff..5974e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "module-template", - "version": "1.3.1", + "version": "1.4.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"