Skip to content

Commit

Permalink
:memo update version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCheen committed Aug 21, 2019
1 parent 1f0e955 commit f91e143
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@



### 1.3.1
### 1.4.1

1. FlapItem.onBind 方法参数调整,新增 position
2. Flap 注解新增`autoRegister`配置,支持是否自动注册,默认情况下 Processor 会自动注册,可以通过该参数修改
3. FlapAdapter 新增 `setDataAndNotify(@NonNull List<?> data)`方法,支持设置 data 后自动调用 notifyDataSetChanged

### 1.3

Expand Down
2 changes: 1 addition & 1 deletion flap-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish {
userOrg = 'alancheen'
groupId = 'me.yifeiyuan.flap'
artifactId = 'flap-annotations'
publishVersion = '1.4.0'
publishVersion = '1.4.1'
desc = 'flap annotations'
website = 'https://github.com/AlanCheen/Flap'
}
2 changes: 1 addition & 1 deletion flap-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish {
userOrg = 'alancheen'
groupId = 'me.yifeiyuan.flap'
artifactId = 'flap-compiler'
publishVersion = '1.4.0'
publishVersion = '1.4.1'
desc = 'flap annotations'
website = 'https://github.com/AlanCheen/Flap'
}
2 changes: 1 addition & 1 deletion flap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

apply plugin: "guru.stefma.bintrayrelease"

version = "1.4.0"
version = "1.4.1"
group = "me.yifeiyuan.flap"
androidArtifact {
artifactId = "flap"
Expand Down

0 comments on commit f91e143

Please sign in to comment.