From 906ccbb8738d3d6267ada8421904f27c3274d523 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 12 Dec 2008 21:09:45 -0800 Subject: [PATCH] up to 0.1.5 --- 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 6b40da42..74693172 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== +== 0.1.5 / 2008-12-12 * Major Features * Code highlighting with Pygments if --pygments is specified * Disable true LSI by default, enable with --lsi diff --git a/jekyll.gemspec b/jekyll.gemspec index 79a5f7a0..a45bbbd2 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{jekyll} - s.version = "0.1.4" + s.version = "0.1.5" 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 efa6b8cc..6ba0ade5 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -31,7 +31,7 @@ require 'jekyll/blocks' require 'jekyll/albino' module Jekyll - VERSION = '0.1.4' + VERSION = '0.1.5' class << self attr_accessor :lsi, :pygments