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
 
-WWW-Oxontime version 0.001
+WWW-Oxontime version 0.002
 ==========================
 
 This module wraps L<http://www.oxontime.com> to provide live bus
 
      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]);