diff --git a/History.txt b/History.txt index afa7edcf..999698a7 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== +== 0.1.6 / 2008-12-13 * Major Features * Include files in _includes with {% include x.textile %} diff --git a/jekyll.gemspec b/jekyll.gemspec index 0b2fffe2..e986398d 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{jekyll} - s.version = "0.1.5" + s.version = "0.1.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Preston-Werner"] diff --git a/lib/jekyll.rb b/lib/jekyll.rb index f2b402e5..1e2d0bae 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -31,7 +31,7 @@ require 'jekyll/tags/include' require 'jekyll/albino' module Jekyll - VERSION = '0.1.5' + VERSION = '0.1.6' class << self attr_accessor :source, :dest, :lsi, :pygments