1
0
mirror of https://github.com/stonega/tsacdop synced 2025-01-07 12:51:21 +01:00

v0.4.13 Release.

This commit is contained in:
stonegate 2020-08-19 18:27:07 +08:00
parent f68bf67191
commit 578d8ffada
3 changed files with 10 additions and 2 deletions

View File

@ -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

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.12';
const String version = '0.4.13';
class AboutApp extends StatelessWidget {
Widget _listItem(

View File

@ -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"