Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed Jan 24, 2022
1 parent e3beec8 commit 65d5b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcal"
version = "0.3.2"
version = "0.3.3"
description = "Hexadecimal calendar for terminal"
license = "MIT"
authors = ["0xflotus"]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use helpers::{cal, fmt, hex};

fn main() {
let matches = App::new("hcal")
.version("0.3.1")
.version("0.3.3")
.about("A hexadecimal calendar for terminal")
.arg(
Arg::new("easter")
Expand Down

0 comments on commit 65d5b13

Please sign in to comment.