Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Jul 25, 2013
1 parent 5c4d995 commit 8a9f8dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def require_all(path)
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.
Expand Down

0 comments on commit 8a9f8dc

Please sign in to comment.