bump version to 0.2.0

This commit is contained in:
race604 2022-07-20 12:38:43 +08:00
parent 104dab5b2c
commit af3902dd33
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.1.0"
version = "0.2.0"
dependencies = [
"chrono",
"clap",

View file

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