Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
slainer68 committed Sep 13, 2010
1 parent 3317bbe commit 7d14c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -20,7 +20,7 @@ begin

spec.files = FileList['[A-Z]*', File.join(*%w[{lib,rails} ** *]).to_s]

spec.add_dependency 'devise', '>= 1.0.6'
spec.add_dependency 'devise', '>= 1.2.0'
spec.add_dependency 'rpx_now', '>= 0.6.19'
end
Jeweler::GemcutterTasks.new
Expand Down
3 changes: 2 additions & 1 deletion lib/devise_rpx_connectable/version.rb
@@ -1,5 +1,6 @@
module Devise
module RpxConnectable
VERSION = "0.1.3"
VERSION = "0.2.0"
end
end

0 comments on commit 7d14c43

Please sign in to comment.