diff --git a/README.md b/README.md
index 79b02a1..f056df2 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,6 @@
- [x] Reference annotation method, construction TabBarItem
# Dependencies
-[Rebound](https://github.com/facebook/rebound)
[BGABadgeView-Android](https://github.com/bingoogolapple/BGABadgeView-Android)
# Usage:
@@ -36,7 +35,7 @@
}
dependencies{
- compile 'com.jpeng:JPTabBar:1.3.2'
+ compile 'com.jpeng:JPTabBar:1.3.3'
}
```
diff --git a/README_CN.md b/README_CN.md
index 2ac935a..1a9a3ae 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -25,7 +25,6 @@
- [x] 引用注解方式,免去自己手动构造TabBarItem
# 依赖
-[Rebound](https://github.com/facebook/rebound)
[BGABadgeView-Android](https://github.com/bingoogolapple/BGABadgeView-Android)
# 用法:
@@ -36,7 +35,7 @@
}
dependencies{
- compile 'com.jpeng:JPTabBar:1.3.2'
+ compile 'com.jpeng:JPTabBar:1.3.3'
}
```
diff --git a/library/build.gradle b/library/build.gradle
index ce4992d..cec18e8 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -34,7 +34,7 @@ publish {
userOrg = 'peng83508440'//bintray.com用户名
groupId = 'com.jpeng'//jcenter上的路径
artifactId = 'JPTabBar'//项目名称
- publishVersion = '1.3.2'//版本号
+ publishVersion = '1.3.3'//版本号
desc = 'The library can make you build the TabBar more quicky,It contains many animate,and implements the filter like WeChat.'
licences = ['Apache-2.0']
}