From 418ae77035021ed96534c7f8e6c6b4e67b04cb51 Mon Sep 17 00:00:00 2001 From: Ay'yaruq Dotharl Date: Sat, 5 Jun 2021 12:05:54 +1000 Subject: [PATCH] Build version bump Bump the minor version to trigger an npm redeploy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7494b5..19688b4 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.2.0", + "version": "1.2.1", "main": "create-card.js", "repository": "https://github.com/xivapi/XIV-Character-Cards.git", "license": "AGPL-3.0-only",