From 317240045462827a9263a250e89d4960837d7260 Mon Sep 17 00:00:00 2001 From: ardittristan Date: Thu, 22 Oct 2020 18:08:34 +0200 Subject: [PATCH] push compatible core version --- .gitattributes | 1 + CHANGELOG.md | 4 ++++ module.json | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..51cb6ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +lib/* linguist-vendored diff --git a/CHANGELOG.md b/CHANGELOG.md index 745628c..463a13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Patch Notes +## Version 0.1.3 + +* Push compatible core version. + ## Version 0.1.2 * Fix json editor not resizing. diff --git a/module.json b/module.json index 3d6050b..ef4ce16 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "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, @@ -10,7 +10,7 @@ "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",