Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.11.2
  • Loading branch information
mojombo committed Dec 28, 2011
1 parent 4ece773 commit b66840c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 0.11.2 / 2011-12-27
* Bug Fixes
* Fix gemspec

== 0.11.1 / 2011-12-27
* Bug Fixes
* Fix extra blank line in highlight blocks (#409)
Expand Down
4 changes: 2 additions & 2 deletions jekyll.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'jekyll'
s.version = '0.11.1'
s.version = '0.11.2'
s.date = '2011-12-27'
s.rubyforge_project = 'jekyll'

Expand Down Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('redgreen', "~> 1.2")
s.add_development_dependency('shoulda', "~> 2.11")
s.add_development_dependency('rr', "~> 1.0")
s.add_development_dependency('cucumber', "= 1.1")
s.add_development_dependency('cucumber', "1.1")
s.add_development_dependency('RedCloth', "~> 4.2")
s.add_development_dependency('rdiscount', "~> 1.6")
s.add_development_dependency('redcarpet', "~> 1.9")
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Expand Up @@ -46,7 +46,7 @@ def require_all(path)
require_all 'jekyll/tags'

module Jekyll
VERSION = '0.11.1'
VERSION = '0.11.2'

# Default options. Overriden by values in _config.yml or command-line opts.
# (Strings rather symbols used for compatability with YAML).
Expand Down

0 comments on commit b66840c

Please sign in to comment.