From cb7df85b83eec8971a85ff4ee67c855a5104e2b1 Mon Sep 17 00:00:00 2001 From: messense Date: Sat, 22 Sep 2018 11:47:15 +0800 Subject: [PATCH] Bump version to 0.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba5ed43..7acd126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.10.1" +version = "0.10.2" [dependencies] url = "1"