Bump to version v0.0.2
This commit is contained in:
parent
7eb44a9780
commit
81892cb144
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -349,7 +349,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "ffsend"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ffsend"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
authors = ["Tim Visee <https://timvisee.com/>"]
|
||||
license = "GPL-3.0"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue