Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Dec 16, 2009
1 parent 9b8fffb commit 407e504
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 2.2.7 2009-12-16

* 1 minor fix
* Fixed typo in Rake tasks which caused delete_old_slugs to fail. (Diego R.V.)

== 2.2.6 2009-12-10

* 2 major fixes
Expand Down
1 change: 1 addition & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ particular from the following people:
* Chris Nolan
* David Ramalho
* Diego Carrion
* Diego R. V.
* Florian Aßmann
* Harry Love
* Jesse Crouch
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module FriendlyId #:nodoc:
module Version #:nodoc:
MAJOR = 2
MINOR = 2
TINY = 6
TINY = 7
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit 407e504

Please sign in to comment.