Skip to content

Commit

Permalink
up to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 14, 2008
1 parent 516afee commit de2959b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
==
== 0.2.0 / 2008-12-14
* Major Changes
* related_posts is now found in site.related_posts

Expand Down
4 changes: 2 additions & 2 deletions 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"]
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.6'
VERSION = '0.2.0'

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

0 comments on commit de2959b

Please sign in to comment.