Skip to content

Commit

Permalink
chore: .
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yfo committed Mar 9, 2024
1 parent 51f3e0b commit 404fb2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion USAGE.md
Expand Up @@ -7,7 +7,7 @@
```

```
meudeus v0.18.6
meudeus v0.19.0
a skim shredder for plain-text papers
Usage: mds [OPTIONS] <COMMAND>
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Expand Up @@ -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)
Expand Down

0 comments on commit 404fb2f

Please sign in to comment.