From 859fbec002a3b9ce9c8d16995467a1ac6ed2a630 Mon Sep 17 00:00:00 2001 From: jpfisher72 Date: Tue, 24 Sep 2024 11:49:05 -0400 Subject: [PATCH] Forgot to increment version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1499b6d..2e06a6c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@weng-lab/psychscreen-ui-components", "description": "Typescript and Material UI based components used for psychSCREEN", "author": "SCREEN Team @ UMass Chan Medical School", - "version": "1.0.4", + "version": "2.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",