From 2a9f1622a51e48ba78fd42d109383476ce7c7ab9 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 26 Apr 2024 14:05:49 +0200 Subject: [PATCH] 1.0.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8874572..70ba77f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartarray", - "version": "1.0.5", + "version": "1.0.6", "private": false, "description": "a package exposing async manipulation for arrays", "main": "dist_ts/index.js", @@ -50,4 +50,4 @@ "code quality", "open source" ] -} \ No newline at end of file +}