Skip to content

Commit

Permalink
feat(color): release new version with match highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed May 2, 2019
1 parent 67aee7a commit a6c4746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
env: TARGET=i686-unknown-linux-musl
- os: linux
rust: stable
env: TARGET=x86_64-unknown-linux-gnu
env: TARGET=x86_64-unknown-linux-gnu RPMISE=x86_64
- os: linux
rust: stable
env: TARGET=x86_64-unknown-linux-musl RPMISE=x86_64
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jg"
version = "0.1.3"
version = "0.1.4"
authors = ["Gidi Meir Morris <gidi@gidi.io>"]
edition = "2018"
description = "Jeff Goldblum (jg) is a command-line JSON processor. jg searches for structural patterns in json input and prints each json object that matches the pattern."
Expand Down

0 comments on commit a6c4746

Please sign in to comment.