From 486c872c74295115f8ffba1420b9432c52c9cc43 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 May 2015 12:40:43 +0200 Subject: version bump --- Changelog | 2 +- bin/db-iris | 4 ++-- lib/Travel/Status/DE/IRIS.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Result.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Stations.pm | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Changelog b/Changelog index 7e2e3d8..bf639ef 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -git HEAD +Travel::Status::DE::IRIS 1.02 - Tue May 26 2015 * Added github repo to dist metadata and the doc * Result: distinguish between overcrowded trains (q97) and very overcrowded diff --git a/bin/db-iris b/bin/db-iris index eeec35d..34c0e81 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.01'; +our $VERSION = '1.02'; use Carp; use DateTime; @@ -458,7 +458,7 @@ I =head1 VERSION -version 1.01 +version 1.02 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 7b731b8..c2b2c5a 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -6,7 +6,7 @@ use 5.014; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.01'; +our $VERSION = '1.02'; use Carp qw(confess cluck); use DateTime; @@ -402,7 +402,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 1.01 +version 1.02 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index ced8d30..ffeb203 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -15,7 +15,7 @@ use List::Compare; use List::MoreUtils qw(none uniq firstval); use Scalar::Util qw(weaken); -our $VERSION = '1.01'; +our $VERSION = '1.02'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -753,7 +753,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.01 +version 1.02 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index a58d090..7fdd6cc 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -7,7 +7,7 @@ use utf8; use List::MoreUtils qw(firstval); -our $VERSION = '1.01'; +our $VERSION = '1.02'; my @stations = ( -- cgit v1.2.3