This commit is contained in:
Thomas Reynolds 2013-07-02 14:42:44 -07:00
parent f83e6c0998
commit 6403daccd3
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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