Update version for 1.0.0.beta2.

This commit is contained in:
Parker Moore 2013-03-19 00:08:56 +01:00
parent 51ec073e34
commit de8f0c986c
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'
s.name = 'jekyll'
s.version = '1.0.0.beta1'
s.version = '1.0.0.beta2'
s.license = 'MIT'
s.date = '2013-03-17'
s.date = '2013-03-19'
s.rubyforge_project = 'jekyll'
s.summary = "A simple, blog aware, static site generator."

View File

@ -52,7 +52,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll
VERSION = '1.0.0.beta1'
VERSION = '1.0.0.beta2'
# Default options. Overriden by values in _config.yml.
# Strings rather than symbols are used for compatability with YAML.