Skip to content

Commit

Permalink
Version bump, re-added minimum Foundry versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarBear committed Jun 12, 2021
1 parent 4ccb6c6 commit b05f868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 4 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"
}

0 comments on commit b05f868

Please sign in to comment.