Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed Mar 26, 2021
1 parent 03325da commit cfc3db2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions module.json
Original file line number Diff line number Diff line change
@@ -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.<br>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.<br>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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cfc3db2

Please sign in to comment.