Skip to content

Commit

Permalink
version changed to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Paramio committed Feb 25, 2009
1 parent 6dc273d commit 7d462a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geoplanet.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "geoplanet"
s.version = "0.1.1"
s.version = "0.1.2"
s.date = "2009-02-25"
s.summary = "A Ruby wrapper for the Yahoo! GeoPlanet API."
s.email = "carlosparamio@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion lib/geoplanet/version.rb
Expand Up @@ -2,7 +2,7 @@ module GeoPlanet
module VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 1
TINY = 2

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

0 comments on commit 7d462a3

Please sign in to comment.