From d75f06da680560236c5fc748d099c93c7a1541fc Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 18 Nov 2017 19:10:09 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 2 +- lib/WWW/Oxontime.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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]); -- 2.30.2