From 662aed25b7b3c663e390ada1d0ec5bc7bb7851ef Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Fri, 2 Aug 2024 17:09:12 +0000 Subject: [PATCH] chore: release 1.3.1 (#91) --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index 59c6c11..22360d3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ -const VERSION = "1.3.0"; +const VERSION = "1.3.1"; export default VERSION; if (import.meta.main) {