diff --git a/README-zh.md b/README-zh.md
index 62b3c9a5..c3c4b72e 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -39,12 +39,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w
us.codecraft
webmagic-core
- 0.7.5
+ ${webmagic.version}
us.codecraft
webmagic-extension
- 0.7.5
+ ${webmagic.version}
```
diff --git a/README.md b/README.md
index 14aeac7b..750a7684 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,12 @@ Add dependencies to your pom.xml:
us.codecraft
webmagic-core
- 0.7.5
+ ${webmagic.version}
us.codecraft
webmagic-extension
- 0.7.5
+ ${webmagic.version}
```