From 998b221c1cb517b366e5b80a298b1e43ed785f38 Mon Sep 17 00:00:00 2001 From: jolts Date: Sat, 25 Jan 2025 07:32:34 +0200 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8503f09..8fd88c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "image-speech-bubble-transformer", - "version": "1.0.0", + "version": "1.0.1", "description": "TypeScript library for applying speech bubble effects to images", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -61,4 +61,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}