Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peng8350 committed Oct 7, 2017
1 parent 5c36764 commit 39dfc8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
- [x] Reference annotation method, construction TabBarItem

# Dependencies
[Rebound](https://github.com/facebook/rebound)<br>
[BGABadgeView-Android](https://github.com/bingoogolapple/BGABadgeView-Android)

# Usage:
Expand All @@ -36,7 +35,7 @@
}
dependencies{
compile 'com.jpeng:JPTabBar:1.3.2'
compile 'com.jpeng:JPTabBar:1.3.3'
}
```
Expand Down
3 changes: 1 addition & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
- [x] 引用注解方式,免去自己手动构造TabBarItem

# 依赖
[Rebound](https://github.com/facebook/rebound)<br>
[BGABadgeView-Android](https://github.com/bingoogolapple/BGABadgeView-Android)

# 用法:
Expand All @@ -36,7 +35,7 @@
}
dependencies{
compile 'com.jpeng:JPTabBar:1.3.2'
compile 'com.jpeng:JPTabBar:1.3.3'
}
```
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}

0 comments on commit 39dfc8e

Please sign in to comment.