From acb5008e1f804a89906dbd699bd41a8d3aea4fe3 Mon Sep 17 00:00:00 2001 From: Filip Maj Date: Thu, 26 Oct 2023 15:35:21 -0400 Subject: [PATCH] Version bump for 1.2.0 release. --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index cddc84b..79c47ab 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ -const VERSION = "1.1.0"; +const VERSION = "1.2.0"; export default VERSION; if (import.meta.main) {