diff options
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" |