Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
psychoph committed Oct 28, 2020
1 parent 3c4e2e9 commit 6e52772
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/svnsea2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
9 changes: 7 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -15,6 +15,11 @@
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "fr",
"name": "French",
Expand All @@ -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"
}

0 comments on commit 6e52772

Please sign in to comment.