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 = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "reparojson" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", ] @@ -1,6 +1,6 @@ [package] name = "reparojson" -version = "0.1.1" +version = "0.1.2" 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." |
