Release v0.4.20
This commit is contained in:
parent
55d1a01168
commit
f860676f9e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue