Release 1.1.1

This commit is contained in:
Parker Moore
2013-07-24 22:42:03 +02:00
parent ca39d4cb59
commit fe10f21d8d
4 changed files with 47 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll
VERSION = '1.1.0'
VERSION = '1.1.1'
# Public: Generate a Jekyll configuration Hash by merging the default
# options with anything in _config.yml, and adding the given options on top.