Bump to version v0.0.2

This commit is contained in:
timvisee 2018-05-30 17:36:39 +02:00
parent 7eb44a9780
commit 81892cb144
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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)",

View file

@ -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"