diff --git a/CHANGELOG.md b/CHANGELOG.md index fbaece6..88fe455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 更新日志 +## [1.2.5] - 2024-04-12 + +### 优化 + +- 长按方向键列表快速移动 + + ## [1.2.4] - 2024-04-10 ### 修复 diff --git a/pubspec.yaml b/pubspec.yaml index 71672e1..8fb07cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.4 +version: 1.2.5 environment: sdk: '>=3.3.2 <4.0.0'