Skip to content

Commit

Permalink
Updated version to v0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Rothenberg committed Sep 11, 2013
1 parent 92a8197 commit e76c55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Revision history for 'Geo-Google-PolylineEncoder' Perl module

All changes by Steve Purkis, unless otherwise noted.

0.06
+ Added validate_encoded_points method for superficially
checking the encoded points string [Robert Rothenberg].

Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/Google/PolylineEncoder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use constant defaults => {
visible_threshold => 0.00001,
lons_first => 0,
};
our $VERSION = 0.05;
our $VERSION = 0.06;

# The constructor
sub new {
Expand Down

0 comments on commit e76c55d

Please sign in to comment.