Skip to content

Commit

Permalink
added compatibility for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Feb 3, 2023
1 parent 3a1208b commit 401505a
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"name": "gAudioBundle-4",
"title": "Game Audio Bundle 4",
"description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
"version": "2.8",
"minimumCoreVersion": "0.5.0",
"compatibleCoreVersion": "9",
"author": "DatDamnZotz [DatDamnZotz#7962]",
"packs": [{
"name": "Game Audio Bundle 4 - Playlists 1",
"label": "Game Audio Bundle 4 - Playlists 1",
"path": "/packs/playlist1.db",
"entity": "Playlist"
}],
"url": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4",
"manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4/master/module.json",
"download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4/releases/download/v2.8/v2.8.zip"
}
"name": "gAudioBundle-4",
"title": "Game Audio Bundle 4",
"description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
"version": "3.0",
"compatibility": {
"minimum": "0.5.0",
"verified": 10
},
"author": "DatDamnZotz [DatDamnZotz#7962]",
"packs": [
{
"name": "Game Audio Bundle 4 - Playlists 1",
"label": "Game Audio Bundle 4 - Playlists 1",
"path": "/packs/playlist1.db",
"entity": "Playlist"
}
],
"url": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4",
"manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4/master/module.json",
"download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4/releases/download/v2.8/v2.8.zip"
}

0 comments on commit 401505a

Please sign in to comment.