From d5bdaab8ead357baa1fe369ee0528ce81d1b6610 Mon Sep 17 00:00:00 2001 From: Jonathan Fisher Date: Sat, 2 Dec 2023 15:14:22 -0500 Subject: [PATCH] Fix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf16640..6826366 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": "0.8.1", + "version": "0.8.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",