bump version to 0.3.1 (#10)

This commit is contained in:
Jimmy 2022-08-08 16:42:00 +08:00 committed by GitHub
parent bf52c8f45f
commit 484440905e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -100,7 +100,7 @@ dependencies = [
[[package]]
name = "clock-tui"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"chrono",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "clock-tui"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
description = "A clock app in terminal"