From: Marius Gavrilescu Date: Sat, 18 Nov 2017 19:10:09 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.002^0 X-Git-Url: http://git.ieval.ro/?p=www-oxontime.git;a=commitdiff_plain;h=d75f06da680560236c5fc748d099c93c7a1541fc Bump version and update Changes --- diff --git a/Changes b/Changes index c0a2930..d7f58aa 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension WWW::Oxontime. +0.002 2017-11-18T19:10+00:00 + - Add Nextbus support + 0.001 2017-10-31T23:17+00:00 - Initial release diff --git a/README b/README index 9b0e431..17c35df 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WWW-Oxontime version 0.001 +WWW-Oxontime version 0.002 ========================== This module wraps L to provide live bus diff --git a/lib/WWW/Oxontime.pm b/lib/WWW/Oxontime.pm index fddc3d1..68aa6f7 100644 --- a/lib/WWW/Oxontime.pm +++ b/lib/WWW/Oxontime.pm @@ -26,7 +26,7 @@ my @CONSTANTS = NEXTBUS_FROM_SLADE_PARK NEXTBUS_FROM_CITY_CENTRE/; -our $VERSION = '0.001'; +our $VERSION = '0.002'; our @EXPORT_OK = (qw/stops_for_route departures_for_stop nextbus_from_to/, @CONSTANTS); our @EXPORT = (); our %EXPORT_TAGS = (all => [@EXPORT_OK], constants => [@CONSTANTS]);