Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Feb 5, 2010
1 parent 9aa076a commit 7caf242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== git
== 0.2.1 / 2010-02-05

* Enhancements

Expand Down
2 changes: 1 addition & 1 deletion arel.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{arel}
s.version = "0.2.0"
s.version = "0.2.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
Expand Up @@ -7,5 +7,5 @@ module Arel
require 'arel/engines'
autoload :Session, 'arel/session'

VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 7caf242

Please sign in to comment.