From e0befe89fe8d631bbc33567f20e94d5c7a98bba5 Mon Sep 17 00:00:00 2001 From: Abola Lee Date: Fri, 9 Dec 2016 14:44:50 +0800 Subject: [PATCH] Update README.md Upgrade to 1.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd7c33d..11e63e9 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ To add a dependency on CrawlerPack using Maven, use the following: com.github.abola crawler - 1.0.3-1 + 1.1 ``` To add a dependency using Gradle: ```gradle dependencies { - compile 'com.github.abola:crawler:1.0.3-1' + compile 'com.github.abola:crawler:1.1' } ```