Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 24, 2009
1 parent 4eb1b26 commit 39fa315
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.rdoc
@@ -1,4 +1,4 @@

=== 0.0.1 / YYYY-MM-DD
=== 1.0.0 / 2009-07-24

* Initial release
2 changes: 1 addition & 1 deletion google-search.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{google-search}
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["TJ Holowaychuk"]
Expand Down
2 changes: 1 addition & 1 deletion lib/google-search/version.rb
@@ -1,6 +1,6 @@

module Google
class Search
VERSION = '1.0.0'
VERSION = '1.0.1'
end
end

0 comments on commit 39fa315

Please sign in to comment.