Skip to content

Commit

Permalink
v4.0.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Jan 12, 2024
1 parent c23ac3c commit 23c77db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 = "hcal"
version = "0.4.0"
version = "0.4.1"
description = "Hexadecimal calendar for terminal"
license = "MIT"
authors = ["0xflotus"]
Expand All @@ -18,7 +18,7 @@ readme = "README.md"
bdays = "0.1.3"
cbb = "0.2.1"
chrono = "0.4.31"
clap = { version = "4.4.13", features = ["cargo"] }
clap = { version = "4.4.16", features = ["cargo"] }
regex = "1.10.2"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use helpers::{cal, fmt, hex};
use clap::{Arg, ArgAction, Command};

fn main() {
let matches = Command::new("hcal").version("0.4.0").about("A hexadecimal calendar for terminal")
let matches = Command::new("hcal").version("0.4.1").about("A hexadecimal calendar for terminal")
.arg(Arg::new("year").help("Sets the year"))
.arg(Arg::new("month").help("Sets the month"))
.arg(Arg::new("day").help("Sets the day"))
Expand Down

0 comments on commit 23c77db

Please sign in to comment.