From ec79cd0bc98b6cba4361965d6701ae98ed8c3c17 Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Tue, 12 May 2020 04:08:15 +1000 Subject: [PATCH] Release v1.3.0 --- lib/remote_control.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/remote_control.dart b/lib/remote_control.dart index 84d5377..b58f96b 100644 --- a/lib/remote_control.dart +++ b/lib/remote_control.dart @@ -814,7 +814,7 @@ class _RemoteControlState extends State { dense: widget.settings.dense, title: Text( _playing == null && _title.isEmpty - ? 'VLC Remote 1.2.0' + ? 'VLC Remote 1.3.0' : _playing?.title ?? cleanVideoTitle(_title.split(RegExp(r'[\\/]')).last), overflow: TextOverflow.ellipsis, diff --git a/pubspec.yaml b/pubspec.yaml index 5577363..ac22f21 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: VLC remote control # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.2.0+8 +version: 1.3.0+9 environment: sdk: ">=2.7.0 <3.0.0"