summaryrefslogtreecommitdiff
path: root/lib/App
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-10-08 20:53:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-10-08 20:53:28 +0200
commit23f2b872698cd2584dbf9ca4fda3878f2c87eaec (patch)
treeb503d523e6f0754c232a51ded93ab4123d5fea6c /lib/App
parent5017a5727cf210abc3c52873543a866b1afdfdfe (diff)
Show "no departures" instead of empty screen0.06
Diffstat (limited to 'lib/App')
-rw-r--r--lib/App/VRR/Fakedisplay.pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/VRR/Fakedisplay.pm.PL b/lib/App/VRR/Fakedisplay.pm.PL
index 59d0561..e60c8ff 100644
--- a/lib/App/VRR/Fakedisplay.pm.PL
+++ b/lib/App/VRR/Fakedisplay.pm.PL
@@ -82,7 +82,7 @@ use utf8;
use File::ShareDir qw(dist_file);
use GD;
-our $VERSION = '0.04';
+our $VERSION = '0.06';
sub new {
my ( $class, %opt ) = @_;