From ab773c337cc5cace80a40b6b667c8d80dd0c2255 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 17 Feb 2024 20:24:29 +0100 Subject: [PATCH] 1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59d451b..2e8f241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/platformclient", - "version": "1.0.1", + "version": "1.0.2", "private": false, "description": "a module that makes it really easy to use the serve.zone platform inside your app", "main": "dist_ts/index.js", @@ -53,4 +53,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}