Skip to content

Commit

Permalink
Bump gem version to 0.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Aug 2, 2010
1 parent 799bdd7 commit ce070e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Per-release changes to Geocoder.

== 0.9.4 (2010 Aug 2)

* Google Maps API key no longer required (uses geocoder v3).

== 0.9.3 (2010 Aug 2)

* Fix incompatibility with Rails 3 RC 1.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
0.9.4
2 changes: 1 addition & 1 deletion rails-geocoder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{rails-geocoder}
s.version = "0.9.3"
s.version = "0.9.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex Reisner"]
Expand Down

0 comments on commit ce070e2

Please sign in to comment.