From 9443263499c5ea94ac7ac07598ad65b0cf8aa9c0 Mon Sep 17 00:00:00 2001 From: Tee Date: Tue, 16 Mar 2021 00:17:37 -0400 Subject: [PATCH] Update sdk version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca940f9..3c874b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokemon-tcg-sdk-typescript", - "version": "1.2.6", + "version": "2.0.0", "description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)", "main": "dist/index.js", "types": "dist/index.d.ts",