diff --git a/History.txt b/History.txt index bd6a1bbd..53d11c5c 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== HEAD +== 0.11.1 / 2011-12-27 * Bug Fixes * Fix extra blank line in highlight blocks (#409) * Update dependencies diff --git a/jekyll.gemspec b/jekyll.gemspec index c0a8884b..2e8acf44 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.5' s.name = 'jekyll' - s.version = '0.11.0' - s.date = '2011-11-26' + s.version = '0.11.1' + s.date = '2011-12-27' s.rubyforge_project = 'jekyll' s.summary = "A simple, blog aware, static site generator." diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 9b66199c..612faa9c 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -46,7 +46,7 @@ require_all 'jekyll/generators' require_all 'jekyll/tags' module Jekyll - VERSION = '0.11.0' + VERSION = '0.11.1' # Default options. Overriden by values in _config.yml or command-line opts. # (Strings rather symbols used for compatability with YAML).