Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jun 7, 2013
1 parent 3214358 commit 700d840
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## HEAD

### Major Enhancements
### Minor Enhancements
### Bug Fixes
### Site Enhancements
### Development Fixes

## 1.0.3 / 2013-06-07

### Minor Enhancements
* Add support to gist tag for private gists. (#1189)
Expand Down
4 changes: 2 additions & 2 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.2'
s.version = '1.0.3'
s.license = 'MIT'
s.date = '2013-05-12'
s.date = '2013-06-07'
s.rubyforge_project = 'jekyll'

s.summary = "A simple, blog aware, static site generator."
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def require_all(path)
SafeYAML::OPTIONS[:suppress_warnings] = true

module Jekyll
VERSION = '1.0.2'
VERSION = '1.0.3'

# 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 700d840

Please sign in to comment.