From 4ed69821b707c800460d619d03179cf867b568c3 Mon Sep 17 00:00:00 2001 From: panpf Date: Wed, 22 Jan 2025 11:38:13 +0800 Subject: [PATCH] release: v4.0.2 --- CHANGELOG.md | 2 +- CHANGELOG_zh.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c95a0da..f32cdc6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Translations: [简体中文](CHANGELOG_zh.md) prompt for upgrade. > 3. Reference [《Migration Documentation》](docs/wiki/migrate.md) migrating from 3.x to 4.x -# new +# 4.0.2 * fix: The AsyncImage component is reloaded when the current window size changes. [#231](https://github.com/panpf/sketch/issues/231) diff --git a/CHANGELOG_zh.md b/CHANGELOG_zh.md index 87336a16e..e24e22f9c 100644 --- a/CHANGELOG_zh.md +++ b/CHANGELOG_zh.md @@ -7,7 +7,7 @@ > 2. maven groupId 升级为 `io.github.panpf.sketch4`,因此 2.\*、3.\* 版本不会提示升级 > 3. 参考 [《迁移文档》](docs/wiki/migrate_zh.md) 从 3.x 版本迁移 4.x 版本 -# new +# 4.0.2 * fix: 当前窗口大小改变时 AsyncImage 组件会重新加载。 [#231](https://github.com/panpf/sketch/issues/231) diff --git a/gradle.properties b/gradle.properties index 8c7e208e0..c6e176cc1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,8 +36,8 @@ org.jetbrains.compose.experimental.wasm.enabled=true minSdk=21 targetSdk=28 compileSdk=34 -versionCode=4014 -versionName=4.0.1 +versionCode=4015 +versionName=4.0.2 # #------------------------------------------ publish config ----------------------------------------# GROUP=io.github.panpf.sketch4