From 578d8ffada3d26db8fd45140b78cc6240919ab6e Mon Sep 17 00:00:00 2001 From: stonegate Date: Wed, 19 Aug 2020 18:27:07 +0800 Subject: [PATCH] v0.4.13 Release. --- CHANGELOG.md | 8 ++++++++ lib/home/about.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016baa5..95c2cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Tsacdop Changelog +## 0.4.13 + +Release date 2020/8/19 + +### BUgs fixed + +* Downloaded episode play error, you might need to redownload the episode. + ## 0.4.12 Release date 2020/8/15 diff --git a/lib/home/about.dart b/lib/home/about.dart index cef2d3c..fc09e0b 100644 --- a/lib/home/about.dart +++ b/lib/home/about.dart @@ -5,7 +5,7 @@ import 'package:line_icons/line_icons.dart'; import '../util/custom_widget.dart'; import '../util/extension_helper.dart'; -const String version = '0.4.12'; +const String version = '0.4.13'; class AboutApp extends StatelessWidget { Widget _listItem( diff --git a/pubspec.yaml b/pubspec.yaml index e4f9c5c..62f0d39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tsacdop description: An open source podacasts player. -version: 0.4.12+29 +version: 0.4.13+30 environment: sdk: ">=2.6.0 <3.0.0"