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