Skip to content

Commit

Permalink
push compatible core version
Browse files Browse the repository at this point in the history
  • Loading branch information
ardittristan committed Oct 22, 2020
1 parent 3f86d53 commit 3172400
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/* linguist-vendored
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Patch Notes

## Version 0.1.3

* Push compatible core version.

## Version 0.1.2

* Fix json editor not resizing.
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "npcgen",
"title": "Not Enough NPCs: A 5e NPC Generator",
"description": "Allows you to generate basic npc characters in foundry.",
"version": "0.1.2",
"version": "0.1.3",
"author": "ardittristan#0001",
"esmodules": [ "npc-gen.js" ],
"socket": true,
"url": "https://github.com/ardittristan/VTTNPCGen",
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTNPCGen/master/module.json",
"download": "https://github.com/ardittristan/VTTNPCGen/releases/latest/download/nenpc.zip",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.7.4",
"compatibleCoreVersion": "0.7.5",
"systems": ["dnd5e"],
"styles": [
"css/npcgen.css",
Expand Down

0 comments on commit 3172400

Please sign in to comment.