Skip to content
Snippets Groups Projects
Commit 8a9f8dce authored by Matt Rogers's avatar Matt Rogers
Browse files

Release 1.0.4

parent 5c4d995b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,9 +4,9 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'
 
s.name = 'jekyll'
s.version = '1.0.3'
s.version = '1.0.4'
s.license = 'MIT'
s.date = '2013-06-07'
s.date = '2013-07-25'
s.rubyforge_project = 'jekyll'
 
s.summary = "A simple, blog aware, static site generator."
Loading
Loading
Loading
Loading
@@ -57,7 +57,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true
 
module Jekyll
VERSION = '1.0.3'
VERSION = '1.0.4'
 
# Public: Generate a Jekyll configuration Hash by merging the default
# options with anything in _config.yml, and adding the given options on top.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment