Release v0.4.20

This commit is contained in:
stonegate 2020-10-03 17:11:07 +08:00
parent 55d1a01168
commit f860676f9e
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Tsacdop Changelog
## 0.4.20
Release date 2020/10/3
### Bug fixed
* Rss feed parse error.
## 0.4.19
Release date 2020/10/1

View File

@ -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.19';
const String version = '0.4.20';
class AboutApp extends StatefulWidget {
@override

View File

@ -1,7 +1,7 @@
name: tsacdop
description: An open source podacasts player.
version: 0.4.19+36
version: 0.4.20+37
environment:
sdk: ">=2.6.0 <3.0.0"