From 404fb2f6ea56ac051c0162532a4fb8aabc1490fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Sat, 9 Mar 2024 18:11:48 +0200 Subject: [PATCH] chore: . --- Cargo.lock | 2 +- Cargo.toml | 2 +- USAGE.md | 2 +- src/main.rs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d1de4f..e01495f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,7 +1485,7 @@ dependencies = [ [[package]] name = "mds" -version = "0.18.6" +version = "0.19.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index bfab414..3740f41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mds" -version = "0.18.6" +version = "0.19.0" author = ["dj8yf0μl"] description = "A skim-based `*.md` explore and surf note-taking tool" repository = "https://github.com/dj8yfo/meudeus" diff --git a/USAGE.md b/USAGE.md index aeae59a..14f0086 100644 --- a/USAGE.md +++ b/USAGE.md @@ -7,7 +7,7 @@ ``` ``` - meudeus v0.18.6 + meudeus v0.19.0 a skim shredder for plain-text papers Usage: mds [OPTIONS] diff --git a/src/main.rs b/src/main.rs index 74a0191..322193c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -57,8 +57,8 @@ fn load_theme(color: Color) -> Option<&'static Theme> { async fn main() { env_logger::init(); let cmd = clap::Command::new("mds") - .version("v0.18.6") - .about("meudeus v0.18.6\na skim shredder for plain-text papers") + .version("v0.19.0") + .about("meudeus v0.19.0\na skim shredder for plain-text papers") .bin_name("mds") .arg(clap::arg!(-c --color "whether color output should be forced")) .subcommand_required(true)