Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed Dec 18, 2020
1 parent 0dd634f commit dc3c948
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.1

- Added DnD5e as system requirement.. sorry for that, i forgot to add it! This module is *not* compatible with other systems!

# v0.2

- Tooltips for everything! (or at least *more* tooltips to help find what can actually be toggled using right-click)
Expand Down
13 changes: 4 additions & 9 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
"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": "0.2.0",
"version": "0.2.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/v0.2.0/v0.2.0.zip",
"download": "https://github.com/Moerill/fvtt-mars-5e/releases/download/v0.2.1/v0.2.1.zip",
"url": "https://github.com/Moerill/fvtt-mars-5e",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
"systems": ["dnd5e"],
"minimumSystemVersion": "1.2.0"
}

0 comments on commit dc3c948

Please sign in to comment.