Skip to content

Commit

Permalink
update module.json for 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarmstrong committed Sep 24, 2022
1 parent cc799a5 commit 89c7d60
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![ko-fi](https://img.shields.io/badge/-buy%20me%20a%20coffee-%23FF5E5B?style=plastic)](https://ko-fi.com/slate) [![patreon](https://img.shields.io/badge/-support%20me%20on%20patreon-%235C5C5C?style=plastic)](https://patreon.com/slatesfoundrystuff) ![GitHub release (by tag)](https://img.shields.io/github/downloads/zarmstrong/pfs-consumables/PFSConsumables-1.1.2/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/pfs-consumables/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/pfs-consumables?style=plastic)
[![ko-fi](https://img.shields.io/badge/-buy%20me%20a%20coffee-%23FF5E5B?style=plastic)](https://ko-fi.com/slate) [![patreon](https://img.shields.io/badge/-support%20me%20on%20patreon-%235C5C5C?style=plastic)](https://patreon.com/slatesfoundrystuff) ![GitHub release (by tag)](https://img.shields.io/github/downloads/zarmstrong/pfs-consumables/PFSConsumables-1.10.0/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/pfs-consumables/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/pfs-consumables?style=plastic)

# PFS Consumables Compendia
This module contains easily drag & drop PFS Consumable journal entries.
Expand Down
37 changes: 31 additions & 6 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,33 @@
"title": "PFS Consumables Compendia",
"description": "This module contains easily drag & drop PFS consumable journal entries.",
"author": "slate",
"version": "1.1.2",
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.8.8",
"authors": [
{
"name": "Zach Armstrong (SLATE)",
"url": "https://github.com/zarmstrong",
"discord": "SLATE#0001",
"patreon": "slatesfoundrystuff",
"ko-fi": "SLATE"
}
],
"version": "1.10.0",
"compatibility": {
"minimum": "10",
"verified": "10.286"
},
"relationship": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.0.5"
}
}
]
},
"packs": [
{
"label": "PFS Consumables Compendia",
Expand All @@ -16,15 +40,16 @@
"package": "pfsconsumables"
}
],
"systems": ["pf2e"],
"styles": [],
"url": "https://github.com/zarmstrong/pfs-consumables",
"manifest": "https://raw.githubusercontent.com/zarmstrong/pfs-consumables/main/module.json",
"download": "https://github.com/zarmstrong/pfs-consumables/releases/download/PFSConsumables-1.1.2/PFSConsumables-1.1.2.zip",
"download": "https://github.com/zarmstrong/pfs-consumables/releases/download/PFSConsumables-1.10.0/PFSConsumables-1.10.0.zip",
"license": "MIT",
"readme": "https://github.com/zarmstrong/pfs-consumables",
"bugs": "https://github.com/zarmstrong/pfs-consumables/issues",
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
},
"changelog": "https://github.com/zarmstrong/pfs-consumables/blob/main/CHANGELOG.md"
}
}

0 comments on commit 89c7d60

Please sign in to comment.