diff --git a/README.md b/README.md index 2406d12..35e52bc 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Add dependencies to your pom.xml: us.codecraft webmagic-core - 0.3.2 + 0.4.0 us.codecraft webmagic-extension - 0.3.2 + 0.4.0 ## Get Started: diff --git a/en_docs/README.md b/en_docs/README.md index d88ea19..82b82a8 100644 --- a/en_docs/README.md +++ b/en_docs/README.md @@ -28,12 +28,12 @@ Add dependencies to your project: us.codecraft webmagic-core - 0.3.2 + 0.4.0 us.codecraft webmagic-extension - 0.3.2 + 0.4.0 ## Get Started: diff --git a/user-manual.md b/user-manual.md index 653c82a..ddc35fc 100644 --- a/user-manual.md +++ b/user-manual.md @@ -27,12 +27,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w us.codecraft webmagic-core - 0.3.2 + 0.4.0 us.codecraft webmagic-extension - 0.3.2 + 0.4.0 #### 项目结构 @@ -140,7 +140,7 @@ webmagic-extension包括了注解方式编写爬虫的方法,只需基于一 这个例子定义了一个Model类,Model类的字段'title'、'content'、'tags'均为要抽取的属性。这个类在Pipeline里是可以复用的。 -注解的详细使用方式见后文中得webmagic-extension注解模块。 +注解的详细使用方式见后文中的webmagic-extension注解模块。
diff --git a/zh_docs/README.md b/zh_docs/README.md index 1931d71..e6961d8 100644 --- a/zh_docs/README.md +++ b/zh_docs/README.md @@ -34,12 +34,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w us.codecraft webmagic-core - 0.3.2 + 0.4.0 us.codecraft webmagic-extension - 0.3.2 + 0.4.0 #### 项目结构