diff --git a/README.md b/README.md index 132e2ef..d80e674 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ### 体验 -点击[下载链接](http://xiaweizi.top/SimplicityWeather-2_2.apk)下载 +点击[下载链接](http://xiaweizi.top/SimplicityWeather-2_3.apk)下载 或者直接扫描二维码抢先体验 @@ -124,6 +124,11 @@ Fluter 为什么目前这么火热,以及开发的效率如此之高,除了 ### ChangeLog +#### 2.3.0 + +- 新增晴晚效果 +- 新增流星效果 + #### 2.2.0 - 新增 OTA 时更新说明 diff --git a/images/qrcode.png b/images/qrcode.png index 5e6e74c..c78efce 100644 Binary files a/images/qrcode.png and b/images/qrcode.png differ diff --git a/pubspec.yaml b/pubspec.yaml index a87de38..d6483a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.2.0+22 +version: 2.3.0+23 environment: sdk: ">=2.7.0 <3.0.0"