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"