Skip to content

Commit

Permalink
up to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 14, 2008
1 parent 46169d3 commit 0d84487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
==
== 0.1.6 / 2008-12-13
* Major Features
* Include files in _includes with {% include x.textile %}

Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Expand Up @@ -31,7 +31,7 @@
require 'jekyll/albino'

module Jekyll
VERSION = '0.1.5'
VERSION = '0.1.6'

class << self
attr_accessor :source, :dest, :lsi, :pygments
Expand Down

0 comments on commit 0d84487

Please sign in to comment.