-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59f3d06
commit 2ea2316
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "yj" | ||
version = "0.7.17" | ||
version = "1.0.1" | ||
authors = ["Bruce Adams <[email protected]>"] | ||
|
||
categories = ["command-line-utilities"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Simple command line tool to convert a YAML input file into a JSON output file. | |
|
||
```bash | ||
$ yj --help | ||
yj 0.7.17 | ||
yj 1.0.1 | ||
Bruce Adams <[email protected]> | ||
Read YAML, write JSON | ||
|
||
|