Skip to content

Commit

Permalink
Release pre4 with improved controller handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 3, 2010
1 parent 901c6ae commit 1d4f4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devise.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{devise}
s.version = "1.1.pre3"
s.version = "1.1.pre4"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
@@ -1,3 +1,3 @@
module Devise
VERSION = "1.1.pre3".freeze
VERSION = "1.1.pre4".freeze
end

0 comments on commit 1d4f4c1

Please sign in to comment.