Skip to content

Commit

Permalink
Bump version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 10, 2020
1 parent f56b2a8 commit bb61183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.5";
let version = "0.2.6";
let description = "query-json is a faster and simpler re-implementation of jq in Reason Native, available under 'q'";

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.2.5",
"version": "0.2.6",
"description": "faster and simpler re-implementation of jq in Reason Native",
"author": "davesnx <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bb61183

Please sign in to comment.