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 b03bd7f..757bcb3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -92,7 +92,7 @@ checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
[[package]]
name = "reparojson"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 5bdd342..fc7b4d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."