Skip to content

Commit

Permalink
up to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 9, 2008
1 parent 8dff479 commit cc047da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
== 0.1.3 /
== 0.1.4 / 2008-12-08
* Bug Fixes
* DATA does not work properly with rubygems

== 0.1.3 / 2008-12-06
* Major Features
* Markdown support [github.com/vanpelt]
* Mephisto and CSV converters [github.com/vanpelt]
Expand Down
2 changes: 1 addition & 1 deletion jekyll.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{jekyll}
s.version = "0.1.3"
s.version = "0.1.4"

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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
require 'jekyll/blocks'

module Jekyll
VERSION = '0.1.3'
VERSION = '0.1.4'

def self.process(source, dest)
Jekyll::Site.new(source, dest).process
Expand Down

0 comments on commit cc047da

Please sign in to comment.