From 947bd03223ec80ce164a96c815384c2d1cd06aef Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 14 Jan 2025 17:37:46 +0100 Subject: [PATCH] 1.0.8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4652f8c..944321a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/beautyfiglet", - "version": "1.0.7", + "version": "1.0.8", "description": "A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.", "exports": { ".": "./dist_ts/index.js" @@ -40,4 +40,4 @@ "@git.zone/tstest": "^1.0.90", "@push.rocks/tapbundle": "^5.5.4" } -} \ No newline at end of file +}