From 108da11b67875972970e7988b7ca9f2f3e1fc8bf Mon Sep 17 00:00:00 2001 From: ashes4trees <89805061+ashes4trees@users.noreply.github.com> Date: Wed, 2 Mar 2022 09:31:19 -0500 Subject: [PATCH] fix: change version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c569890..01c9134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-ui", - "version": "0.0.0-development", + "version": "0.0.3-development", "description": "A react component library and UI kit built by the community, for the community.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",