From ac5023d90fc4b1e18e4459570f4120de16d0f0d3 Mon Sep 17 00:00:00 2001 From: Jonathan Fisher Date: Sun, 6 Aug 2023 10:09:32 -0700 Subject: [PATCH] Change version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f28ebde..acd036a 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.7.8-alpha", + "version": "0.7.8-a.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",