From 944a9e03fc0c8b18ca5c04a9af6e8f6b2388d167 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 14 Dec 2020 21:59:10 +0100 Subject: [PATCH] Increment version Signed-off-by: trivernis --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4f947a..32a381d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1648,7 +1648,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "snekdown" -version = "0.29.2" +version = "0.30.0" dependencies = [ "asciimath-rs 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c851ade..46303d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snekdown" -version = "0.29.2" +version = "0.30.0" authors = ["trivernis "] edition = "2018" license-file = "LICENSE"