aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-15 22:33:26 +0900
committernsfisis <nsfisis@gmail.com>2024-07-16 01:14:15 +0900
commit84883e9bb22518102126bf92a054a490097b3098 (patch)
tree16faba830bb3790416df5681f3cdf0b3aad14004 /Cargo.toml
parent7f92290b2effec676be0a3252e591365bf09b3cb (diff)
downloadreparojson-84883e9bb22518102126bf92a054a490097b3098.tar.gz
reparojson-84883e9bb22518102126bf92a054a490097b3098.tar.zst
reparojson-84883e9bb22518102126bf92a054a490097b3098.zip
v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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."