From 2413776b3cfccef80e02bf0b1bb2058c03c41e3e Mon Sep 17 00:00:00 2001 From: Stonegate Date: Sat, 2 Jan 2021 18:47:24 +0800 Subject: [PATCH] Update version to 0.5.2. --- lib/home/about.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/home/about.dart b/lib/home/about.dart index ad40469..322fd5e 100644 --- a/lib/home/about.dart +++ b/lib/home/about.dart @@ -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.1'; +const String version = '0.5.2'; class AboutApp extends StatefulWidget { @override diff --git a/pubspec.yaml b/pubspec.yaml index 532a702..aa7ca35 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tsacdop description: An open source podacasts player. -version: 0.5.1+39 +version: 0.5.2+40 environment: sdk: ">=2.6.0 <3.0.0"