Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyVadala committed Apr 15, 2021
1 parent fb3a785 commit 121ddf9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "foundry_community_macros",
"title": "Foundry Community Macros",
"description": "<p>This is a collection of Macros added by the FoundryVTT Community!<br><br>You can add your own macros by making a pull request here: https://github.com/foundry-vtt-community/macros</p>",
"version": "0.37",
"version": "0.38",
"author": "CyberPathogen",
"packs": [
{
Expand All @@ -12,6 +12,13 @@
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-age",
"label": "FVTT Community Macros - AGE System",
"path": "packs/macros-age.db",
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-pf1e",
"label": "FVTT Community Macros - Pathfinder 1e",
Expand Down Expand Up @@ -64,7 +71,7 @@
],
"url": "https://github.com/foundry-vtt-community/macros",
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/master/module.json",
"download": "https://github.com/foundry-vtt-community/macros/archive/v0.37.zip",
"download": "https://github.com/foundry-vtt-community/macros/archive/v0.38.zip",
"socket": true,
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9"
Expand Down

0 comments on commit 121ddf9

Please sign in to comment.