diff options
-rw-r--r-- | cgi/index.pl | 2 | ||||
-rw-r--r-- | lib/App/VRR/Fakedisplay.pm.PL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 8c8dcdb..ef9b640 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -8,7 +8,7 @@ use DateTime::Format::Strptime; use App::VRR::Fakedisplay; use Travel::Status::DE::VRR; -our $VERSION = '0.00'; +our $VERSION = '0.01'; sub get_results_for { my ( $city, $stop ) = @_; diff --git a/lib/App/VRR/Fakedisplay.pm.PL b/lib/App/VRR/Fakedisplay.pm.PL index 8621d32..9360f79 100644 --- a/lib/App/VRR/Fakedisplay.pm.PL +++ b/lib/App/VRR/Fakedisplay.pm.PL @@ -74,7 +74,7 @@ use utf8; use File::ShareDir qw(dist_file); use GD; -our $VERSION = '0.00'; +our $VERSION = '0.01'; sub new { my ( $class, %opt ) = @_; |