From 8b16f8d8a9679eddd902c1e5d8ff824161b934fb Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 7 Apr 2023 13:49:17 +0100 Subject: [PATCH] 2.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77ba3a4..9bb64f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classcharts-api", - "version": "1.6.0", + "version": "2.0.0", "description": "A typescript wrapper for getting information from the Classcharts API", "keywords": [ "node", @@ -53,4 +53,4 @@ "./types": "./dist/index.d.ts", "./package.json": "./package.json" } -} \ No newline at end of file +}