Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.05. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index f205558..e254475 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Geo::Coder::Google

+0.05  Fri Mar 20 16:55:43 PDT 2009
+        - Added 'gl' country code parameter
+          (Thanks to Ilia Lobsanov)
+
 0.04  Thu Jan 15 13:08:00 MSK 2009
 	- Added 'language' attribute for specifying response language
 	  (Thanks to Andrew Shitov)
  • Loading branch information
miyagawa committed Mar 20, 2009
1 parent 2b3c763 commit fbffd19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension Geo::Coder::Google

0.05 Fri Mar 20 16:55:43 PDT 2009
- Added 'gl' country code parameter
(Thanks to Ilia Lobsanov)

0.04 Thu Jan 15 13:08:00 MSK 2009
- Added 'language' attribute for specifying response language
(Thanks to Andrew Shitov)
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/Coder/Google.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Geo::Coder::Google;

use strict;
our $VERSION = '0.04';
our $VERSION = '0.05';

use Carp;
use Encode;
Expand Down

0 comments on commit fbffd19

Please sign in to comment.