minor version bump

This commit is contained in:
Ritesh Chitlangi 2021-11-18 20:17:33 +08:00
parent bb23fb5201
commit 554aa5a5c6
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "epp-client"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
license = "MIT"
authors = ["Ritesh Chitlangi <ritesh@ayravat.com>"]

View File

@ -85,6 +85,9 @@
//! .for_each(|chk| println!("Domain: {}, Available: {}", chk.domain.name, chk.domain.available));
//!
//! }
//!
//! // Close the connection
//! client.logout().await.unwrap();
//! ```
//!
//! The output would look similar to the following