From 0acaa2e8356205719c1af964933d76c20a2369e3 Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Sun, 4 Jun 2017 18:10:51 +0800 Subject: [PATCH] update readme --- README-zh.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh.md b/README-zh.md index ff9771f..a595312 100644 --- a/README-zh.md +++ b/README-zh.md @@ -38,12 +38,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w us.codecraft webmagic-core - 0.7.0 + 0.7.1 us.codecraft webmagic-extension - 0.7.0 + 0.7.1 ``` diff --git a/README.md b/README.md index 7d39bab..ef6897e 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Add dependencies to your pom.xml: us.codecraft webmagic-core - 0.7.0 + 0.7.1 us.codecraft webmagic-extension - 0.7.0 + 0.7.1 ```