diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-29 12:03:59 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-29 12:03:59 +0200 |
commit | 3108d1e43fdb97c8d327000a22fdc6da66f90456 (patch) | |
tree | 64101a7cc24c4fbf27c35d7cfb6a8be843f0c446 /Cargo.toml | |
parent | docs(todo.md): Update (diff) | |
download | lpm-3108d1e43fdb97c8d327000a22fdc6da66f90456.tar.gz lpm-3108d1e43fdb97c8d327000a22fdc6da66f90456.zip |
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 dba6626..6df79be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lpm" -version = "1.1.0" +version = "2.0.0" edition = "2021" license = "GPL-3.0-or-later" description = "A configurable LaTeX project manager" |