Skip to content

Commit

Permalink
prep for 0.2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 17, 2009
1 parent aa76e1d commit 501eace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.2.10 (2009-04-17)
* Added #blank? to Location

0.2.9 (2009-04-14)
* Remove retired MapQuest geocoder
* Slightly more aggressive error handling for Geocoder.us
Expand Down
2 changes: 1 addition & 1 deletion lib/graticule/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Graticule #:nodoc:
module Version #:nodoc:
MAJOR = 0
MINOR = 2
TINY = 9
TINY = 10

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 501eace

Please sign in to comment.