From eb33bcff39906600c5ab4f76d0ad194bef5a0a08 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 10 Jul 2021 04:46:18 -0500 Subject: [PATCH] chore(release): 0.5.1 --- Readme.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 13e7d3d..6a09728 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,7 @@ npm install @aminya/minijson You can also download the binaries for the CLI from the release page: -https://github.com/aminya/minijson/releases/tag/v0.5.0 +https://github.com/aminya/minijson/releases/tag/v0.5.1 - Dub diff --git a/package.json b/package.json index 5d24312..ed80a7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aminya/minijson", "author": "Amin Yahyaabdi", - "version": "0.5.0", + "version": "0.5.1", "description": "Minify JSON files blazing fast! Supports Comments. Written in D.", "homepage": "https://github.com/aminya/minijson", "license": "MIT",