diff --git a/Cargo.lock b/Cargo.lock index cb24a96..b6f4075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1449,7 +1449,7 @@ dependencies = [ [[package]] name = "mdfried" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "comrak", diff --git a/Cargo.toml b/Cargo.toml index 21f0549..891f045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdfried" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Benjamin Große "] description = "A markdown viewer for the terminal that renders images and big headers"