Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oughie committed Sep 22, 2024
1 parent dcb5fe5 commit 402aee4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clock-rs"
version = "0.1.209"
version = "0.1.210"
authors = ["Oughie <[email protected]>"]
description = "A modern, terminal-based digital clock"
keywords = ["clock", "terminal", "time", "cli", "date"]
Expand All @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
chrono = "0.4.38"
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
crossterm = "0.28.1"
dirs = "5.0.1"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn styles() -> Styles {
}

#[derive(Parser)]
#[clap(version = "v0.1.209, (C) 2024 Oughie", hide_possible_values = true, styles = styles())]
#[clap(version = "v0.1.210, (C) 2024 Oughie", hide_possible_values = true, styles = styles())]
pub struct Args {
#[clap(subcommand)]
pub mode: Option<Mode>,
Expand Down

0 comments on commit 402aee4

Please sign in to comment.