diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:21:30 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:21:30 +0200 |
commit | c9dd58163d1db13d22b27369e81c3ce2892062ec (patch) | |
tree | 3ca6c09e209a03341a2b73f081f64ca9e7de991e /Cargo.toml | |
parent | style(treewide): Format (diff) | |
download | quotify-c9dd58163d1db13d22b27369e81c3ce2892062ec.tar.gz quotify-c9dd58163d1db13d22b27369e81c3ce2892062ec.zip |
chore(version): v1.0.0 v1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 724f9e5..0478c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "quotify" description = "A simple cli utility to shell quote the text inputed into it" -version = "0.1.0" +version = "1.0.0" edition = "2021" license = "%INIT_SPDX_LICENSE_IDENTIFER" homepage = "%INIT_APPLICATION_HOMEPAGE" |