Skip to content

Commit

Permalink
update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
code4craft committed Jun 4, 2014
1 parent 5f8c3fd commit db0195b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Add dependencies to your pom.xml:
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions zh_docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</dependency>
```
Expand Down

0 comments on commit db0195b

Please sign in to comment.