From 94c48bd3e53a476c05491b7509034fd3e19a32cd Mon Sep 17 00:00:00 2001 From: Bradyn Glines Date: Sun, 13 Oct 2019 12:58:50 -0500 Subject: [PATCH] Bumped version to fix build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e49118..cc4e085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokemon-tcg-sdk-typescript", - "version": "1.2.2", + "version": "1.2.3", "description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)", "main": "dist/index.js", "types": "dist/index.d.ts",