Skip to content

Commit

Permalink
bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Feb 25, 2010
1 parent 7284b04 commit 679bf82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{i18n}
s.version = "0.3.4"
s.version = "0.3.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sven Fuchs", "Joshua Harvey", "Matt Aimonetti", "Stephan Soller", "Saimon Moore"]
s.date = %q{2010-02-25}
s.date = %q{2010-02-26}
s.description = %q{Add Internationalization support to your Ruby application.}
s.email = %q{rails-i18n@googlegroups.com}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module I18n
VERSION = "0.3.4"
VERSION = "0.3.5"
end

0 comments on commit 679bf82

Please sign in to comment.