From 25b4c39d70335ae3c64b82942a6ac685cfc40b3a Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sat, 30 Mar 2019 19:42:43 +0100 Subject: Bump version to 0.13.1-pre --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 941c51b..909b7a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdcat" -version = "0.13.0" +version = "0.13.1-pre" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 152af32..c5a73c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/lunaryorn/mdcat" repository = "https://github.com/lunaryorn/mdcat" documentation = "https://docs.rs/mdcat" keywords = ["markdown", "less"] -version = "0.13.0" +version = "0.13.1-pre" categories = ["command-line-utilities", "text-processing"] license = "Apache-2.0" authors = ["Sebastian Wiesner "] -- cgit v1.2.3