From bd422e3cba3333f92e9c294abc2bd557fc8b1991 Mon Sep 17 00:00:00 2001 From: The Happy Anarchist Date: Tue, 22 Sep 2020 14:18:02 -1000 Subject: [PATCH] Increment Version for release --- src/acks.js | 6 +++--- src/system.json | 2 +- src/templates/chat/license.html | 7 +++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/acks.js b/src/acks.js index 72fa099..170c3d3 100644 --- a/src/acks.js +++ b/src/acks.js @@ -88,7 +88,7 @@ Hooks.on("renderSidebarTab", async (object, html) => { let gamesystem = html.find(".game-system"); // SRD Link let acks = gamesystem.find('h4').last(); - acks.append(` SRD`); + acks.append(` SRD`); // License text const template = "systems/acks/templates/chat/license.html"; @@ -98,9 +98,9 @@ Hooks.on("renderSidebarTab", async (object, html) => { // User guide let docs = html.find("button[data-action='docs']"); const styling = "border:none;margin-right:2px;vertical-align:middle;margin-bottom:5px"; - $(``).insertAfter(docs); + $(``).insertAfter(docs); html.find('button[data-action="userguide"]').click(ev => { - new FrameViewer('https://mesfoliesludiques.gitlab.io/foundryvtt-ose', {resizable: true}).render(true); + new FrameViewer('https://www.drivethrurpg.com/browse/pub/4277/Autarch', {resizable: true}).render(true); }); } }); diff --git a/src/system.json b/src/system.json index d3ed321..739238f 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "name": "acks", "title": "Adventurer Conqueror Kings System", "description": "Play B/X OSR modules with ACKS on Foundry VTT", - "version": "0.2.2", + "version": "0.5.0", "minimumCoreVersion": "0.6.2", "compatibleCoreVersion": "0.6.6", "templateVersion": 2, diff --git a/src/templates/chat/license.html b/src/templates/chat/license.html index 2ec6c75..5aad2e0 100644 --- a/src/templates/chat/license.html +++ b/src/templates/chat/license.html @@ -1,12 +1,11 @@

- This unofficial system requires Adventuer Conqueror King System Rules that - you can find here. + This unofficial system requires Adventuer Conqueror King System Rules that you can find here.

- Brought to life on Foundry VTT by The Happy Anarchist, with most of the heavy lifting done by U~man. + Brought to life on FoundryVTT by The Happy Anarchist, built upon an OSE foundation programmed by U~man.