From 541d4a8548084e95a2018943cc403b0e2fa053f0 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 7 Sep 2024 00:28:19 -0700 Subject: [PATCH] chore: v1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a76f56..46e7a0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aminya/minijson", - "version": "1.0.2", + "version": "1.0.3", "description": "Minify JSON files blazing fast! Supports Comments. Uses D, C, and AVX2 and SSE4_1 SIMD", "homepage": "https://github.com/aminya/minijson", "license": "MIT",