diff --git a/archive/v5.3.0.zip b/archive/v5.3.0.zip new file mode 100644 index 00000000..0ccdb325 Binary files /dev/null and b/archive/v5.3.0.zip differ diff --git a/package-lock.json b/package-lock.json index 1854cc03..2caf9bea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "forbidden-lands", - "version": "5.2.1", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9d83f41d..e92a95f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "forbidden-lands", - "version": "5.2.1", + "version": "5.3.0", "description": "

\r \"system\r \r \"foundry-compatibility-version\"\r \r \r \"Maintenance\"\r \r \"Localization\"\r \r \"License:\r \r
\r
\r \"Logo\"\r

", "license": "GPL-3.0-or-later", "homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme", @@ -26,7 +26,7 @@ "clean": "gulp clean", "clean:link": "gulp link --clean", "bumpversion": "cross-env NODE_ENV=production npm run lint:fix && gulp bumpVersion --release", - "release": "gulp release", + "release": "npm run format && gulp release", "lint": "eslint --ext .js .", "lint:fix": "eslint --ext .js --fix .", "format": "prettier --write \"./**/*.(js|json|scss)\"", diff --git a/src/styles/sheets/_stronghold.scss b/src/styles/sheets/_stronghold.scss index 07269190..23dd328b 100644 --- a/src/styles/sheets/_stronghold.scss +++ b/src/styles/sheets/_stronghold.scss @@ -37,7 +37,6 @@ min-width: 20px; min-height: 20px; margin: auto; - margin-left: 5px; } .forbidden-lands .stronghold .bio .avatar img:hover { box-shadow: 0 0 10px red; diff --git a/static/system.json b/static/system.json index c1d85c0f..5294b5e4 100644 --- a/static/system.json +++ b/static/system.json @@ -2,7 +2,7 @@ "name": "forbidden-lands", "title": "Forbidden Lands", "description": "'Round the beggar from Varassa all sat in a ring, and by the campfire they sat and heard his song. About walkers and wolfkin and every terrible thing, and of his fear he sang to them all night long: \"There is something beyond the mountains, beyond the howls beyond the mist, there is something behind the veils, behind hearts cold as stone. Hearken, something walks and whispers, walks and lures you in and whimpers: Come to us, for this earth shall ever be ours and ours alone!\"", - "version": "5.2.1", + "version": "5.3.0", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.9", "author": "aMediocreDad, jimorie, giant-teapot, narukaioh", @@ -75,6 +75,6 @@ "url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt", "socket": true, "manifest": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/latest/download/system.json", - "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v5.2.1/v5.2.1.zip", + "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v5.3.0/v5.3.0.zip", "license": "LICENSE.txt" }