Skip to content

Commit

Permalink
update vers num
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Jun 8, 2023
1 parent 22ba202 commit 4780c00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mds"
version = "0.18.0"
version = "0.18.3"
author = ["dj8yf0μl"]
description = "A skim-based `*.md` explore and surf note-taking tool"
repository = "https://github.com/dj8yfo/meudeus"
Expand Down Expand Up @@ -57,6 +57,6 @@ env-substitute = "0.1.0"
opener = "0.6.1"

lazy_static = "1.4.0"
tuikit = "*"
tuikit = "0.5.0"
miette = { version = "5.9.0", features = ["fancy"] }
thiserror = "1.0.40"
2 changes: 1 addition & 1 deletion USAGE.md
Expand Up @@ -7,7 +7,7 @@
```

```
meudeus v0.18.0
meudeus v0.18.3
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.0")
.about("meudeus v0.18.0\na skim shredder for plain-text papers")
.version("v0.18.3")
.about("meudeus v0.18.3\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 4780c00

Please sign in to comment.