Release 2.0.0.alpha.1

This commit is contained in:
Parker Moore 2014-02-13 18:02:49 -05:00
parent 729b6db7c2
commit 88e35f0852
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'
s.name = 'jekyll'
s.version = '1.4.3'
s.version = '2.0.0.alpha.1'
s.license = 'MIT'
s.date = '2014-01-13'
s.date = '2014-02-13'
s.rubyforge_project = 'jekyll'
s.summary = "A simple, blog aware, static site generator."

View File

@ -68,7 +68,7 @@ require 'jekyll-coffeescript'
SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll
VERSION = '1.4.3'
VERSION = '2.0.0.alpha.1'
# Public: Generate a Jekyll configuration Hash by merging the default
# options with anything in _config.yml, and adding the given options on top.