From f838d8b4f659a8640722b113d20177b3b89be6b3 Mon Sep 17 00:00:00 2001 From: Bradyn Glines Date: Sun, 21 Jan 2018 16:46:07 -0700 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5544597..f87f52a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokemon-tcg-sdk-typescript", - "version": "1.0.0", + "version": "1.0.1", "description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)", "main": "dist/index.js", "types": "dist/index.d.ts",