Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Aug 31, 2011
1 parent 12f1cc2 commit 72ba35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Expand Up @@ -6,7 +6,7 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents * Table of Contents
{:toc} {:toc}


## 3.3.0 (NOT_RELEASED_YET) ## 3.3.0 (2011-08-31)


* Support for Active Record 2.3 dropped * Support for Active Record 2.3 dropped
* Convert blank slugs to nil automatically ([Gabe da Silveira ](https://github.com/dasil003)) * Convert blank slugs to nil automatically ([Gabe da Silveira ](https://github.com/dasil003))
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Expand Up @@ -3,7 +3,7 @@ module Version
MAJOR = 3 MAJOR = 3
MINOR = 3 MINOR = 3
TINY = 0 TINY = 0
BUILD = 'rc2' BUILD = nil
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end end
end end

0 comments on commit 72ba35c

Please sign in to comment.