Skip to content

Commit 4ece773

Browse files
committed
Gah, did not commit these for v0.11.1 version release.
1 parent febb31b commit 4ece773

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

History.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== HEAD
1+
== 0.11.1 / 2011-12-27
22
* Bug Fixes
33
* Fix extra blank line in highlight blocks (#409)
44
* Update dependencies

jekyll.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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."

lib/jekyll.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def require_all(path)
4646
require_all 'jekyll/tags'
4747

4848
module 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).

0 commit comments

Comments
 (0)