diff --git a/gulpfile.ts b/gulpfile.ts index 01faa71..d17b9ea 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -520,4 +520,4 @@ exports.clean = clean; exports.link = linkUserData; exports.package = packageBuild; exports.update = updateManifest; -exports.publish = gulp.series(clean, updateManifest, execBuild, bundleModule, packageBuild, gitTaskManifest, gitTaskBuild); +exports.publish = gulp.series(clean, updateManifest, execBuild, bundleModule, packageBuild, gitTaskManifest); diff --git a/package.json b/package.json index c4244e2..85606b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-system-midgard5", - "version": "1.3.1", + "version": "2.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/source/system.json b/source/system.json index d65c1f2..f347969 100644 --- a/source/system.json +++ b/source/system.json @@ -3,7 +3,7 @@ "name": "midgard5", "title": "Midgard 5. Edition", "description": "The German RPG Midgard 5. Edition", - "version": "1.3.1", + "version": "2.0.0", "compatibility": { "minimum": "10", "verified": "11", @@ -89,8 +89,8 @@ "primaryTokenAttribute": "lp", "secondaryTokenAttribute": "ap", "url": "https://github.com/Byroks/foundry-vtt-system-midgard5", - "manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.3.1/system.json", - "download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.3.1/midgard5-v1.3.1.zip", + "manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.0.0/system.json", + "download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.0.0/midgard5-v2.0.0.zip", "initiative": "@c.calc.attributes.gw.value", "license": "LICENSE.txt" } \ No newline at end of file