mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep for 2.1
This commit is contained in:
parent
b3a61a299f
commit
7b345dc432
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
|||
2.0.14
|
||||
2.1.pre
|
||||
====
|
||||
Finally support Compass in Sprockets! Thanks to @xdite and @petebrowne
|
||||
|
||||
2.0.14
|
||||
====
|
||||
Minor fix for i18n
|
||||
|
||||
2.0.13.2
|
||||
====
|
||||
Update Windows eventmachine dep
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Middleman
|
||||
VERSION = "2.0.14.pre2"
|
||||
VERSION = "2.1.0.pre"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue