From 38f1db07e61772a9ae7e8492bbd87986f32b9ce1 Mon Sep 17 00:00:00 2001 From: NicolasMontone Date: Fri, 8 Dec 2023 12:30:28 -0300 Subject: [PATCH] fix: version. --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index d15832c..4294b1c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // Project versions // Needs to be updated manually since in client-side, we don't have access to the package.json file. -export const PLUGGY_JS_VERSION = '0.18.4' +export const PLUGGY_JS_VERSION = '0.18.5'