Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Jul 2, 2020
1 parent a030b0c commit 860b22f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 = "jp"
version = "0.3.0"
version = "0.4.0"
authors = ["Christoph Burgmer <christoph.burgmer@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See [Howto jp](./HOWTO.md) for an introduction.
## Features

$ jp --help
jp 0.3.0
jp 0.4.0
A simpler jq, and with JSONPath

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn serialize(values: Vec<&Value>, serialization: &Serialization) -> Vec<String>

fn config() -> (Serialization, Formatting, bool, String) {
let matches = App::new("jp")
.version("0.3.0")
.version("0.4.0")
.about("A simpler jq, and with JSONPath")
.arg(Arg::with_name("r")
.short("r")
Expand Down

0 comments on commit 860b22f

Please sign in to comment.