Bump version and update Changes master 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 18 Nov 2017 19:10:09 +0000 (19:10 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 18 Nov 2017 19:10:09 +0000 (19:10 +0000)
Changes
README
lib/WWW/Oxontime.pm

diff --git a/Changes b/Changes
index c0a293076680208bd0391e3cbc38958f0f931dad..d7f58aabee8863671954528cf163bcd5ee3e44cb 100644 (file)
--- 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 9b0e431fc9cd2f5e10e4850a9707ac8a390d4262..17c35dfa766cc0eaa24fbe434534ed1e788cc002 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WWW-Oxontime version 0.001
+WWW-Oxontime version 0.002
 ==========================
 
 This module wraps L<http://www.oxontime.com> to provide live bus
index fddc3d1836cc6e1d0cf8b3798fbdd0bcef615ab8..68aa6f765510394622a02b8d42bfdf4820eed0c3 100644 (file)
@@ -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]);
This page took 0.011217 seconds and 4 git commands to generate.