diff --git a/Cargo.lock b/Cargo.lock index fc55745..e3faed0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "snekdown" -version = "0.18.3" +version = "0.19.0" dependencies = [ "asciimath-rs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "charred 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 66d2213..5d0483b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snekdown" -version = "0.18.3" +version = "0.19.0" authors = ["trivernis "] edition = "2018" license-file = "LICENSE"