diff --git a/History.txt b/History.txt index 7662db4a48a..a0326f16dc6 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== +== 0.2.0 / 2008-12-14 * Major Changes * related_posts is now found in site.related_posts diff --git a/jekyll.gemspec b/jekyll.gemspec index e986398dfbc..61258d718da 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{jekyll} - s.version = "0.1.6" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Preston-Werner"] - s.date = %q{2008-12-13} + s.date = %q{2008-12-14} s.default_executable = %q{jekyll} s.email = ["tom@mojombo.com"] s.executables = ["jekyll"] diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 1e2d0bae297..2ab53cff0ef 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -31,7 +31,7 @@ require 'jekyll/albino' module Jekyll - VERSION = '0.1.6' + VERSION = '0.2.0' class << self attr_accessor :source, :dest, :lsi, :pygments