diff --git a/Cargo.lock b/Cargo.lock index a6dbbc0..6420229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,7 +863,7 @@ checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" [[package]] name = "joindoe" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3e29bfc..14d12c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "joindoe" repository = "https://github.com/gistia/johndoe" -version = "0.1.0" +version = "0.1.1" [dependencies] chrono = "0.4"