diff --git a/foundryconfig.json b/foundryconfig.json index ac381e8..8a6d1bb 100644 --- a/foundryconfig.json +++ b/foundryconfig.json @@ -1,6 +1,6 @@ { - "dataPath": "/home/oreo/.local/share/FoundryVTT", + "dataPath": "C:\\Users\\oreo\\AppData\\Local\\FoundryVTT", "manifest": "src", - "repository": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose", - "rawURL": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/-/raw" -} + "repository": "https://gitlab.com/florad-foundry/swade", + "rawURL": "https://gitlab.com/florad-foundry/swade/-/raw" +} \ No newline at end of file diff --git a/package/ose-v0.9.8.zip b/package/ose-v0.9.8.zip new file mode 100644 index 0000000..18e7802 Binary files /dev/null and b/package/ose-v0.9.8.zip differ diff --git a/src/system.json b/src/system.json index 5ed3f3f..ae902a8 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "name": "ose", "title": "Old-School Essentials", "description": "Play B/X OSR modules with Old-School Essentials on Foundry VTT", - "version": "0.9.7", + "version": "0.9.8", "minimumCoreVersion": "0.6.2", "compatibleCoreVersion": "0.6.5", "templateVersion": 2, @@ -31,5 +31,5 @@ "gridUnits": "ft", "url": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose", "manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/raw/master/src/system.json", - "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/-/raw/master/package/ose-v0.9.7.zip" + "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/-/raw/master/package/ose-v0.9.8.zip" }