From 4a6894ac98b2c9d5f67c5e5e636e79183b54b68d Mon Sep 17 00:00:00 2001 From: Alissa Renz Date: Thu, 18 Aug 2022 16:44:07 -0700 Subject: [PATCH] 0.1.1 release branch (#31) --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index ed30033..00cf421 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ -const VERSION = "0.1.0"; +const VERSION = "0.1.1"; export default VERSION; if (import.meta.main) {