From 00de192c55e9b633d68aafb0b8a1f2b61f819f92 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 23 Apr 2024 19:19:36 +0200 Subject: [PATCH] 1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78f1284..38368af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartformat", - "version": "1.0.1", + "version": "1.0.2", "private": false, "description": "A module that formats bytes and milliseconds into human-readable strings.", "main": "dist_ts/index.js", @@ -59,4 +59,4 @@ "typescript", "npm package" ] -} \ No newline at end of file +}