aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20b1ffb..74e70ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -99,7 +99,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "reparojson"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index cc2b935..a0962ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."