aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-20 21:16:17 +0900
committernsfisis <nsfisis@gmail.com>2026-02-20 21:16:26 +0900
commit35570da3d305a6cbdf0a9f89b63654b4593aa3a4 (patch)
treef4f0fa0eadfe0e0e8b7e38c09e961e398701a2ba
parent8a0b8e1acc311efa02190c18305429ec659d443d (diff)
downloadreparojson-35570da3d305a6cbdf0a9f89b63654b4593aa3a4.tar.gz
reparojson-35570da3d305a6cbdf0a9f89b63654b4593aa3a4.tar.zst
reparojson-35570da3d305a6cbdf0a9f89b63654b4593aa3a4.zip
feat: bump up to v0.2.0HEADv0.2.0main
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49df1c1..d9073cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reparojson"
-version = "0.1.3"
+version = "0.2.0"
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."