From 1a30f7645f74ace360e31dd6316544c35e5c5c55 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 7 Jul 2021 13:59:27 -0500 Subject: [PATCH] chore(release): 0.5.0 --- Readme.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 30fe105..528e31c 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.4.0 +https://github.com/aminya/minijson/releases/tag/v0.5.0 - Dub diff --git a/package.json b/package.json index 3ba5230..d4a8277 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aminya/minijson", "author": "Amin Yahyaabdi", - "version": "0.4.1", + "version": "0.5.0", "description": "Minify JSON files blazing fast! Supports Comments. Written in D.", "homepage": "https://github.com/aminya/minijson", "license": "MIT",