Skip to content

Commit 1319b82

Browse files
committed
Release 1.0.0.beta4
1 parent a715a89 commit 1319b82

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

jekyll.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Gem::Specification.new do |s|
44
s.rubygems_version = '1.3.5'
55

66
s.name = 'jekyll'
7-
s.version = '1.0.0.beta3'
7+
s.version = '1.0.0.beta4'
88
s.license = 'MIT'
9-
s.date = '2013-04-04'
9+
s.date = '2013-04-09'
1010
s.rubyforge_project = 'jekyll'
1111

1212
s.summary = "A simple, blog aware, static site generator."
@@ -192,6 +192,7 @@ Gem::Specification.new do |s|
192192
test/source/_posts/2013-01-02-post-excerpt.markdown
193193
test/source/_posts/2013-01-12-nil-layout.textile
194194
test/source/_posts/2013-01-12-no-layout.textile
195+
test/source/_posts/2013-03-19-not-a-post.markdown/.gitkeep
195196
test/source/about.html
196197
test/source/category/_posts/2008-9-23-categories.textile
197198
test/source/contacts.html

lib/jekyll.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def require_all(path)
5252
SafeYAML::OPTIONS[:suppress_warnings] = true
5353

5454
module Jekyll
55-
VERSION = '1.0.0.beta3'
55+
VERSION = '1.0.0.beta4'
5656

5757
# Default options. Overriden by values in _config.yml.
5858
# Strings rather than symbols are used for compatability with YAML.

0 commit comments

Comments
 (0)