Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed May 7, 2013
1 parent 2bee768 commit c758f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0'
s.version = '1.0.1'
s.license = 'MIT'
s.date = '2013-05-06'
s.date = '2013-05-08'
s.rubyforge_project = 'jekyll'

s.summary = "A simple, blog aware, static site generator."
Expand Down Expand Up @@ -50,7 +50,7 @@ Gem::Specification.new do |s|
s.files = %w[
CONTRIBUTING.md
Gemfile
History.txt
History.markdown
LICENSE
README.textile
Rakefile
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def require_all(path)
SafeYAML::OPTIONS[:suppress_warnings] = true

module Jekyll
VERSION = '1.0.0'
VERSION = '1.0.1'

# 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 c758f8d

Please sign in to comment.