From a7cd68f8a7ba9577a6e652cbb260bc20dab7cd4f Mon Sep 17 00:00:00 2001 From: Ritesh Chitlangi Date: Tue, 27 Jul 2021 04:19:05 +0800 Subject: [PATCH] bumped version for crates.io --- epp-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epp-client/Cargo.toml b/epp-client/Cargo.toml index 5aa9c27..4f7d489 100644 --- a/epp-client/Cargo.toml +++ b/epp-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epp-client" -version = "0.1.1" +version = "0.1.2" edition = "2018" license = "MIT" authors = ["Ritesh Chitlangi "]