diff --git a/Cargo.lock b/Cargo.lock index 387377e..90cd820 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "yj" -version = "1.2.1" +version = "1.2.2" dependencies = [ "clap", "exitfailure", diff --git a/Cargo.toml b/Cargo.toml index 8f202ce..a9118c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yj" -version = "1.2.1" +version = "1.2.2" authors = ["Bruce Adams "] categories = ["command-line-utilities"] description = "Command line tool that converts YAML to JSON" diff --git a/README.md b/README.md index 60b4669..bafec64 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simple command line tool to convert a YAML input file into a JSON output file. ```bash $ yj --help -yj 1.2.1 +yj 1.2.2 Command line tool that converts YAML to JSON