prep release
This commit is contained in:
parent
277721ee1c
commit
c2d85c35f2
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
master
|
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
|
3.2.1
|
||||||
===
|
===
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.2.1' unless const_defined?(:VERSION)
|
VERSION = '3.2.2' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue