From 477d53c7bd676716878e9407ab5f692e3d5ddfad Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 11 Jul 2021 05:51:19 -0500 Subject: [PATCH] chore: tag 0.6.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3e12f4..1ffbd02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aminya/minijson", "author": "Amin Yahyaabdi", - "version": "0.5.1", + "version": "0.6.0", "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",