From 2482c2c8770442034e45418351fff6d4a7466f5e Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Mon, 29 May 2017 15:23:47 +0800 Subject: [PATCH] update version in 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 e8f0735..ce8e890 100644 --- a/README-zh.md +++ b/README-zh.md @@ -38,12 +38,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w us.codecraft webmagic-core - 0.6.1 + 0.7.0 us.codecraft webmagic-extension - 0.6.1 + 0.7.0 ``` diff --git a/README.md b/README.md index 8785844..e6d933a 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Add dependencies to your pom.xml: us.codecraft webmagic-core - 0.6.1 + 0.7.0 us.codecraft webmagic-extension - 0.6.1 + 0.7.0 ```