prep release
This commit is contained in:
parent
277721ee1c
commit
c2d85c35f2
|
@ -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
|
||||
===
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue