Skip to content

Commit

Permalink
Publish 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 14, 2020
1 parent 653c255 commit 50bef31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/Info.re
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion esy.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-make-skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 50bef31

Please sign in to comment.