Skip to content

Commit

Permalink
release: v4.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Jun 20, 2024
1 parent ecc2fc3 commit 8a5bafe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Translations: [简体中文](CHANGELOG_zh.md)

# new
# 4.0.0-alpha02

* change: ImageView.disposeLoad() renamed to ImageView.disposeLoad()
* new: Added ImageRequest.Builder.composableError() and ImageOptions.Builder.composableError() extension functions
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

翻译:[English](CHANGELOG.md)

# new
# 4.0.0-alpha02

* change: ImageView.disposeLoad() 重命名为 ImageView.disposeLoad()
* new: 新增 ImageRequest.Builder.composableError() 和 ImageOptions.Builder.composableError() 扩展函数
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ minSdk=21
minSdk21=21
targetSdk=28
compileSdk=34
versionCode=4001
versionName=4.0.0-alpha01
versionCode=4002
versionName=4.0.0-alpha02
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.sketch4
Expand Down

0 comments on commit 8a5bafe

Please sign in to comment.