diff --git a/module/svnsea2e.js b/module/svnsea2e.js index 8ba2ed9..327535a 100644 --- a/module/svnsea2e.js +++ b/module/svnsea2e.js @@ -167,7 +167,7 @@ Hooks.once('ready', async function () { if (!currentVersion) { currentVersion = 0.6 } - const NEEDS_MIGRATION_VERSION = 1.0 + const NEEDS_MIGRATION_VERSION = 1.3 // const COMPATIBLE_MIGRATION_VERSION = 0.6 const needMigration = (currentVersion < NEEDS_MIGRATION_VERSION) diff --git a/system.json b/system.json index 064ada9..f61cb31 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "svnsea2e", "title": "7th Sea Second Edition (Unofficial)", "description": "The 7th Sea Second Edition (Unofficial) system for FoundryVTT!", - "version": 1.2, + "version": 1.3, "minimumCoreVersion": "0.7.0", "compatibleCoreVersion": "0.7.5", "templateVersion": 2, @@ -15,6 +15,11 @@ "name": "English", "path": "lang/en.json" }, + { + "lang": "de", + "name": "German", + "path": "lang/de.json" + }, { "lang": "fr", "name": "French", @@ -27,6 +32,6 @@ "secondaryTokenAttribute": "dwounds", "url": "https://github.com/Detailing-the-Realm/svnsea2e/", "manifest": "https://raw.githubusercontent.com/Detailing-the-Realm/svnsea2e/master/system.json", - "download": "https://github.com/Detailing-the-Realm/svnsea2e/archive/1.2.zip", + "download": "https://github.com/Detailing-the-Realm/svnsea2e/archive/1.3.zip", "license": "LICENSE.txt" }