prep
This commit is contained in:
parent
f83e6c0998
commit
6403daccd3
|
@ -1,12 +1,13 @@
|
|||
3.1.3
|
||||
===
|
||||
|
||||
* Fixed typo in rack extensions block
|
||||
|
||||
3.1.2
|
||||
===
|
||||
|
||||
* Locales regex was broken, selecting .yml files from data folder.
|
||||
* Fix for implied extensions getting a layout. (Mentioned in #901)
|
||||
|
||||
3.1.2
|
||||
===
|
||||
|
||||
* Added `redirect` command for generating meta refreshes
|
||||
|
||||
3.1.1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '3.1.2' unless const_defined?(:VERSION)
|
||||
VERSION = '3.1.3' unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue