diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -99,7 +99,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "reparojson" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", ] @@ -1,6 +1,6 @@ [package] name = "reparojson" -version = "0.1.2" +version = "0.1.3" authors = ["nsfisis"] edition = "2024" description = "A simple command-line tool to repair JSON. It only fixes the syntactic errors and never formats the given input." |
