From 0d84487d791cfc12f7583d3cd557f6a372ba1d14 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 13 Dec 2008 18:21:14 -0800 Subject: [PATCH] up to 0.1.6 --- History.txt | 2 +- jekyll.gemspec | 2 +- lib/jekyll.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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