Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miloops committed Mar 10, 2010
1 parent 56ff38e commit 939b31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{arel}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
Expand Down
2 changes: 1 addition & 1 deletion lib/arel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module Arel
require 'arel/engines'
autoload :Session, 'arel/session'

VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 939b31d

Please sign in to comment.