From 5b0f5a43f2547639ab13a70b48a3ab4063f2c8cc Mon Sep 17 00:00:00 2001 From: yaoxieyoulei <1622968661@qq.com> Date: Mon, 8 Apr 2024 14:27:09 +0800 Subject: [PATCH] :bookmark: v1.2.3 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff7f7b..83e13b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 更新日志 +## [1.2.3] - 2024-04-08 + +### 修复 + +- 修复部分直播源播放失败 +- 修复更新检测逻辑异常 + ## [1.2.2] - 2024-04-07 ### 修复 diff --git a/pubspec.yaml b/pubspec.yaml index cff5e4e..b5a0dbf 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.2 +version: 1.2.3 environment: sdk: '>=3.3.2 <4.0.0'