From a342a3ceedc6eedf0e46ae7e8a531d21b3ae6995 Mon Sep 17 00:00:00 2001 From: Neil Shapiro Date: Fri, 31 Mar 2023 10:09:01 -0700 Subject: [PATCH] Major version bump for release (#58) --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index a3bf1c6..544fa92 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ -const VERSION = "0.10.0"; +const VERSION = "1.0.0"; export default VERSION; if (import.meta.main) {