From c1821fa83485fdd64c0201a450734b0d344e5f82 Mon Sep 17 00:00:00 2001 From: ArcaneDisgea <39720490+ArcaneDisgea@users.noreply.github.com> Date: Sun, 9 Oct 2022 14:04:45 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0239236..1336a34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xiv-character-cards", "description": "API to create fancy cards for FFXIV characters based on their Lodestone data, hosted at https://ffxiv-character-cards.herokuapp.com.", - "version": "1.4.1", + "version": "1.4.2", "main": "create-card.js", "repository": "https://github.com/xivapi/XIV-Character-Cards.git", "license": "AGPL-3.0-only",