From c0c0150bb5a3d4252a5acab6896f31d2946c869f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 16 Apr 2013 00:47:31 +0200 Subject: [PATCH] Release 1.0.0.rc1 --- jekyll.gemspec | 4 ++-- lib/jekyll.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jekyll.gemspec b/jekyll.gemspec index b904d9d6..b49a5895 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -4,9 +4,9 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.5' s.name = 'jekyll' - s.version = '1.0.0.beta4' + s.version = '1.0.0.rc1' s.license = 'MIT' - s.date = '2013-04-09' + s.date = '2013-04-16' s.rubyforge_project = 'jekyll' s.summary = "A simple, blog aware, static site generator." diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 662a471c..3d233517 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -57,7 +57,7 @@ require_all 'jekyll/tags' SafeYAML::OPTIONS[:suppress_warnings] = true module Jekyll - VERSION = '1.0.0.beta4' + VERSION = '1.0.0.rc1' # Public: Generate a Jekyll configuration Hash by merging the default # options with anything in _config.yml, and adding the given options on top.