Release 0.6.1

This commit is contained in:
Tom Preston-Werner 2010-06-23 15:52:56 -07:00
parent 6a605753c1
commit 44015665b9
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
== Edge == 0.6.1
* Bug Fixes * Bug Fixes
* Fix Markdown Pygments prefix and suffix (#178) * Fix Markdown Pygments prefix and suffix (#178)

View File

@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5' s.rubygems_version = '1.3.5'
s.name = 'jekyll' s.name = 'jekyll'
s.version = '0.6.0' s.version = '0.6.1'
s.date = '2010-06-22' s.date = '2010-06-23'
s.rubyforge_project = 'jekyll' s.rubyforge_project = 'jekyll'
s.summary = "A simple, blog aware, static site generator." s.summary = "A simple, blog aware, static site generator."

View File

@ -45,7 +45,7 @@ require_all 'jekyll/generators'
require_all 'jekyll/tags' require_all 'jekyll/tags'
module Jekyll module Jekyll
VERSION = '0.6.0' VERSION = '0.6.1'
# Default options. Overriden by values in _config.yml or command-line opts. # Default options. Overriden by values in _config.yml or command-line opts.
# (Strings rather symbols used for compatability with YAML). # (Strings rather symbols used for compatability with YAML).