v0.5.6 release.

This commit is contained in:
Stonegate 2021-01-29 00:33:55 +08:00
parent f5b8564768
commit 0bc1414a68
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Tsacdop Changelog
## 0.5.6
Release date 2021/1.28
## Bug fix
* Image saved wrongly after subscribe new podcast.
## 0.5.5
Release date 2021/1/25

View File

@ -5,7 +5,7 @@ import 'package:line_icons/line_icons.dart';
import '../util/extension_helper.dart';
import '../widgets/custom_widget.dart';
const String version = '0.5.5';
const String version = '0.5.6';
class AboutApp extends StatefulWidget {
@override

View File

@ -1,7 +1,7 @@
name: tsacdop
description: An open source podacasts player.
version: 0.5.5+43
version: 0.5.6+44
environment:
sdk: ">=2.6.0 <3.0.0"