From 3802c038382f021670ba39485694e2b034b1d430 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 23:46:43 +0200 Subject: [PATCH] 4.0.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d116493..6eac322 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartpromise", "private": false, - "version": "4.0.3", + "version": "4.0.4", "description": "A TypeScript library for managing promises and Deferred constructs, simplifying asynchronous programming.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -54,4 +54,4 @@ "asynchronous", "utilities" ] -} \ No newline at end of file +}