Skip to content

Commit

Permalink
release v2.3.11 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jun 2, 2009
1 parent dbc3975 commit b3b0f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/will_paginate/version.rb
Expand Up @@ -2,7 +2,7 @@ module WillPaginate
module VERSION
MAJOR = 2
MINOR = 3
TINY = 10
TINY = 11

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions will_paginate.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'will_paginate'
s.version = '2.3.10'
s.date = '2009-05-21'
s.version = '2.3.11'
s.date = '2009-06-02'

s.summary = "Most awesome pagination solution for Rails"
s.description = "The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates."
Expand Down

0 comments on commit b3b0f59

Please sign in to comment.