diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 22:07:48 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 22:07:48 +0200 |
commit | 1b8c35a874f017aa3c324fc932f49b373f3f249a (patch) | |
tree | 7f3b4ca7e324bc3f29a071db030a1096d5a1acd5 /Cargo.toml | |
parent | build(cog.toml): Remove unneeded heading (that broke parsing) (diff) | |
download | lpm-1b8c35a874f017aa3c324fc932f49b373f3f249a.tar.gz lpm-1b8c35a874f017aa3c324fc932f49b373f3f249a.zip |
chore(version): 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 40b8513..954c7bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lpm" -version = "0.1.0" +version = "1.0.0" edition = "2021" license = "GPL-3.0-or-later" description = "A configurable LaTeX project manager" |