diff --git a/lib/lcp_manifest.json b/lib/lcp_manifest.json index d538228..4cdc439 100644 --- a/lib/lcp_manifest.json +++ b/lib/lcp_manifest.json @@ -3,7 +3,7 @@ "author": "Massif Press", "description": "This setting expansion for Lancer features a deep dive into the Trade Baronies, one of the great cultures and member states of Union. This Content Pack includes four new mechs: The SSC White Witch, a resilient defender covered in a powerful reactive shell of ferrofluid. The SSC Emperor, a bow-wielding support, a dominant and regal mech focused on granting overshield to its allies. The RKF Orchis, a defender variant for the Black Witch, lord of the shield and ruthless justicar. The RKF Calendula, a variant for the Minotaur, a mech that manipulates shadowy dimensions to banish its foes and shift around its allies. This data also includes two new Talents (House Guard and Pankrati). Special thanks to by Eranziel and CYAN, who built and maintained the preview version of this LCP.", "item_prefix": "ktb", - "version": "1.2.2", + "version": "1.2.3", "image_url": "https://img.itch.zone/aW1hZ2UvMTQ3ODA4Ni84NjIwMjI5LnBuZw==/347x500/dePzDG.png", "website": "https://massif-press.itch.io/field-guide-the-karrakin-trade-baronies" } diff --git a/package-lock.json b/package-lock.json index 2c6122c..20991ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@massif/ktb-data", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@massif/ktb-data", - "version": "1.2.2", + "version": "1.2.3", "license": "GPL-3.0-or-later", "devDependencies": { "zip-lib": "^0.7.3" diff --git a/package.json b/package.json index 45188ac..7633c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@massif/ktb-data", - "version": "1.2.2", + "version": "1.2.3", "description": "Player-facing COMP/CON data for the 'Karrakin Trade Baronies', a setting for the LANCER TTRPG", "main": "index.js", "type": "module",