From 50bef31f3fc22711ae02faf53ac28e648a1d2e49 Mon Sep 17 00:00:00 2001 From: David Sancho Date: Mon, 14 Sep 2020 17:59:55 +0200 Subject: [PATCH] Publish 0.5.2 --- bin/Info.re | 2 +- esy.json | 2 +- scripts/release-make-skeleton.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/Info.re b/bin/Info.re index 3d537d6..d999e1d 100644 --- a/bin/Info.re +++ b/bin/Info.re @@ -1,4 +1,4 @@ -let version = "0.5.1"; +let version = "0.5.2"; let description = "query-json is a faster and simpler re-implementation of jq in Reason Native"; let repo = "https://github.com/davesnx/query-json"; diff --git a/esy.json b/esy.json index 523dab0..6a7a77c 100644 --- a/esy.json +++ b/esy.json @@ -1,6 +1,6 @@ { "name": "@davesnx/query-json", - "version": "0.5.1", + "version": "0.5.2", "description": "faster and simpler re-implementation of jq in Reason Native", "author": "davesnx ", "license": "MIT", diff --git a/scripts/release-make-skeleton.js b/scripts/release-make-skeleton.js index 9246640..44e2ab6 100644 --- a/scripts/release-make-skeleton.js +++ b/scripts/release-make-skeleton.js @@ -39,7 +39,7 @@ Fs.copyFileSync( Path.join(dst, "postinstall.js") ); -const filesToTouch = ["q"]; +const filesToTouch = ["query-json"]; for (const file of filesToTouch) { const p = Path.join(dst, file);