From a05fe745233956d371b611c7ce90db3bd1550fbd Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Fri, 7 Jun 2024 06:04:36 -0500 Subject: [PATCH] v0.2.0-alpha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 652ab93..9f207c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formularity", - "version": "0.1.19-alpha", + "version": "0.2.0-alpha", "description": "The last React form library you will ever need!", "main": "dist/index.js", "types": "dist/src/index.d.ts",