Skip to content

Commit

Permalink
Merge pull request #9 from johnmartel/chore/0.7.9-compatibility
Browse files Browse the repository at this point in the history
Chore/0.7.9 compatibility
  • Loading branch information
johnmartel committed Dec 20, 2020
2 parents 468f52a + 78778a4 commit a0de25b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.0.0
# Changelog

## v1.0.1

- Mark as compatible with 0.7.9

## v1.0.0

Initial release
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "hover-align",
"title": "HoverAlign",
"description": "A basic module to display PC/NPC alignment when hovering over a token",
"version": "1.0.0",
"version": "1.0.1",
"author": "John Martel",
"minimumCoreVersion": "0.7.8",
"compatibleCoreVersion": "0.7.8",
"compatibleCoreVersion": "0.7.9",
"system": "dnd5e",
"esmodules": ["modules/index.js"],
"languages": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hover-align",
"version": "1.0.0",
"version": "1.0.1",
"description": "A basic FoundryVTT module to display PC/NPC alignment when hovering over a token",
"scripts": {
"lint": "eslint . --ext .json,.js --max-warnings 0",
Expand Down

0 comments on commit a0de25b

Please sign in to comment.