File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- == HEAD
1+ == 0.11.1 / 2011-12-27
22 * Bug Fixes
33 * Fix extra blank line in highlight blocks (#409)
44 * Update dependencies
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
44 s . rubygems_version = '1.3.5'
55
66 s . name = 'jekyll'
7- s . version = '0.11.0 '
8- s . date = '2011-11-26 '
7+ s . version = '0.11.1 '
8+ s . date = '2011-12-27 '
99 s . rubyforge_project = 'jekyll'
1010
1111 s . summary = "A simple, blog aware, static site generator."
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def require_all(path)
4646require_all 'jekyll/tags'
4747
4848module Jekyll
49- VERSION = '0.11.0 '
49+ VERSION = '0.11.1 '
5050
5151 # Default options. Overriden by values in _config.yml or command-line opts.
5252 # (Strings rather symbols used for compatability with YAML).
You can’t perform that action at this time.
0 commit comments