From b427ad10bedca737d3a68ee59d893c9eb5e98d57 Mon Sep 17 00:00:00 2001 From: James Cook Date: Sun, 12 Dec 2021 14:37:52 +0000 Subject: [PATCH] 0.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e78cc35..aaa90b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classcharts-api", - "version": "0.0.10", + "version": "0.1.0", "description": "", "repository": { "url": "https://github.com/jamesatjaminit/classcharts-api" @@ -27,4 +27,4 @@ "typescript": "^4.5.3" }, "types": "./dist/index.d.ts" -} \ No newline at end of file +}