From a1bf0170db2e24f00404761f182e3d2c9aed08ef Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Tue, 6 Oct 2015 18:42:35 +0200 Subject: [PATCH] Version 0.2.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8cc9120..9c20a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smtp" -version = "0.1.2" +version = "0.2.0" description = "Simple SMTP client" readme = "README.md" documentation = "http://amousset.me/rust-smtp/smtp/" diff --git a/README.md b/README.md index f92c131..fddcd0e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use this library, add the following to your `Cargo.toml`: ```toml [dependencies] -smtp = "0.1" +smtp = "0.2" ``` License