From b05f868db66c9b44568410022dc3e7f03f8a61de Mon Sep 17 00:00:00 2001 From: SolarBear <7608394+SolarBear@users.noreply.github.com> Date: Fri, 11 Jun 2021 21:01:51 -0400 Subject: [PATCH] Version bump, re-added minimum Foundry versions --- package.json | 2 +- system.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ba4cb23..6a5cc22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "numenera-foundryvtt", - "version": "1.5.0", + "version": "1.5.1", "description": "Support for the Cypher System (including Numenera and The Strange role playing games) for the Foundry virtual tabletop", "devDependencies": { "ava": "^3.13.0", diff --git a/system.json b/system.json index e9beb46..7798a62 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "numenera", "title": "Numenera (Cypher System)", "description": "Featureful support for Cypher system games, including Numenera and The Strange for the Fountry Virtual TableTop.", - "version": "1.5.0", + "version": "1.5.1", "author": "SolarBear (David Lacerte)", "scripts": [], "esmodules": ["numenera.js"], @@ -44,7 +44,9 @@ } ], "socket": true, + "minimumCoreVersion": "0.7.9", + "compatibleCoreVersion": "0.8.6", "url": "https://github.com/SolarBear/Numenera-FoundryVTT", "manifest": "https://raw.githubusercontent.com/SolarBear/Numenera-FoundryVTT/master/system.json", - "download": "https://github.com/SolarBear/Numenera-FoundryVTT/releases/download/1.5.0/numenera-foundryvtt-1.5.0.zip" + "download": "https://github.com/SolarBear/Numenera-FoundryVTT/releases/download/1.5.0/numenera-foundryvtt-1.5.1.zip" } \ No newline at end of file