From 9182764395c7b4281cf9b462436ef45ee3a7eb08 Mon Sep 17 00:00:00 2001 From: Bradyn Glines Date: Sun, 21 Jan 2018 17:11:44 -0700 Subject: [PATCH] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc18e33..3e7569d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokemon-tcg-sdk-typescript", - "version": "1.0.2", + "version": "1.0.3", "description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)", "main": "dist/index.js", "types": "dist/index.d.ts",