v0.5.7 release
This commit is contained in:
parent
c708b563f1
commit
ca675639ef
|
@ -1,5 +1,9 @@
|
||||||
# Tsacdop Changelog
|
# Tsacdop Changelog
|
||||||
|
|
||||||
|
## 0.5.7
|
||||||
|
Release date 2021/1.31
|
||||||
|
For frdoid
|
||||||
|
|
||||||
## 0.5.6
|
## 0.5.6
|
||||||
Release date 2021/1.28
|
Release date 2021/1.28
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ import 'package:line_icons/line_icons.dart';
|
||||||
import '../util/extension_helper.dart';
|
import '../util/extension_helper.dart';
|
||||||
import '../widgets/custom_widget.dart';
|
import '../widgets/custom_widget.dart';
|
||||||
|
|
||||||
const String version = '0.5.6';
|
const String version = '0.5.7';
|
||||||
|
|
||||||
class AboutApp extends StatefulWidget {
|
class AboutApp extends StatefulWidget {
|
||||||
@override
|
@override
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: tsacdop
|
name: tsacdop
|
||||||
description: An open source podacasts player.
|
description: An open source podacasts player.
|
||||||
|
|
||||||
version: 0.5.6+44
|
version: 0.5.7+45
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in New Issue