Update Jekyll version to latest released.
Latest release can be found on the v1-stable branch.
This commit is contained in:
parent
f607aefeb8
commit
56a633ae95
|
|
@ -68,7 +68,7 @@ require 'jekyll-coffeescript'
|
||||||
SafeYAML::OPTIONS[:suppress_warnings] = true
|
SafeYAML::OPTIONS[:suppress_warnings] = true
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '1.4.0'
|
VERSION = '1.4.3'
|
||||||
|
|
||||||
# Public: Generate a Jekyll configuration Hash by merging the default
|
# Public: Generate a Jekyll configuration Hash by merging the default
|
||||||
# options with anything in _config.yml, and adding the given options on top.
|
# options with anything in _config.yml, and adding the given options on top.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue