From 39dfc8ee3634af07dc0ec2a9b2bd4a6e48e2cd5d Mon Sep 17 00:00:00 2001 From: JPeng Date: Sat, 7 Oct 2017 13:32:33 +0800 Subject: [PATCH] Release 1.3.3 --- README.md | 3 +-- README_CN.md | 3 +-- library/build.gradle | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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'] }