Skip to content

Commit

Permalink
Updated system.json with tokens to allow autoupdating during build (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tierran authored Jul 26, 2024
1 parent e607e8b commit 871b9df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "ironclaw2e",
"title": "Ironclaw Second Edition",
"description": "Ironclaw Second Edition system for FoundryVTT.",
"version": "0.8.1",
"version": "#{VERSION}#",
"minimumCoreVersion": "11",
"compatibility": {
"minimum": "11",
Expand Down Expand Up @@ -59,8 +59,8 @@
"secondaryTokenAttribute": "null",
"url": "https://github.com/Hertzila/Ironclaw2E-FoundryVTT-System",
"changelog": "https://github.com/Hertzila/Ironclaw2E-FoundryVTT-System/blob/master/CHANGELOG.md",
"manifest": "auto-filled",
"download": "auto-filled",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md"
}

0 comments on commit 871b9df

Please sign in to comment.