prep release

This commit is contained in:
Thomas Reynolds 2014-01-27 09:56:48 -08:00
parent 277721ee1c
commit c2d85c35f2
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
master
===
3.2.2
===
* Specify the full path to the NEWLINE constant
* Refactor some internals which were dependent on certain order of operations
* Updated i18n dep
* Updated Uglifier dep
3.2.1
===

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.2.1' unless const_defined?(:VERSION)
VERSION = '3.2.2' unless const_defined?(:VERSION)
end