Skip to content

Commit

Permalink
add readme versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryBeaver committed Oct 12, 2022
1 parent 4b06d9b commit 4cbaf73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Beaver's Crafting System",
"description": "A Crafting Module for DnD",
"id": "beavers-crafting",
"version": "0.0.8",
"version": "0.0.9",
"authors": [
{
"name": "angryBeaver",
Expand Down Expand Up @@ -30,7 +30,13 @@
"manifest": "https://github.com/AngryBeaver/beavers-crafting/releases/latest/download/module.json",
"download": "https://github.com/AngryBeaver/beavers-crafting/releases/latest/download/beavers-crafting.zip",
"relationships": {
"systems": ["dnd5e"]
"systems": [{
"id": "dnd5e",
"type": "system",
"compatibility": {
"verified": "2.0.0"
}
}]
},
"compatibility": {
"minimum": "10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beavers-crafting",
"title": "Beaver's Crafting",
"version": "0.0.8",
"version": "0.0.9",
"description": "Crafting",
"devDir": "C:\\Users\\User\\AppData\\Local\\FoundryVTT\\Data\\modules",
"main": "src/main.js",
Expand Down

0 comments on commit 4cbaf73

Please sign in to comment.