Skip to content

Commit b103b0b

Browse files
committed
Minor release 1.2.2
1 parent bc99e0f commit b103b0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yj"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
authors = ["Bruce Adams <bruce.adams@acm.org>"]
55
categories = ["command-line-utilities"]
66
description = "Command line tool that converts YAML to JSON"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Simple command line tool to convert a YAML input file into a JSON output file.
99

1010
```bash
1111
$ yj --help
12-
yj 1.2.1
12+
yj 1.2.2
1313

1414
Command line tool that converts YAML to JSON
1515

0 commit comments

Comments
 (0)