From 3d14178546cd2ca02c45bf524a32216d89f1c029 Mon Sep 17 00:00:00 2001 From: jolts <jolts@xvh.lol> Date: Sat, 25 Jan 2025 07:44:29 +0200 Subject: [PATCH] 1.0.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8094da6..d8eecc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "image-speech-bubble-transformer", - "version": "1.0.2", + "version": "1.0.3", "description": "TypeScript library for applying speech bubble effects to images", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -63,4 +63,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}