From 94299bee6e650965b91db9de625f4e80907eeb88 Mon Sep 17 00:00:00 2001 From: Bradyn Glines Date: Wed, 7 Aug 2019 19:36:02 -0500 Subject: [PATCH] Patch version bump for npm publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a225c26..403ab35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokemon-tcg-sdk-typescript", - "version": "1.2.0", + "version": "1.2.1", "description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)", "main": "dist/index.js", "types": "dist/index.d.ts",