Skip to content

Commit

Permalink
Bump to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Mar 7, 2012
1 parent 6d97712 commit 162a85d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>

## Version

0.2.8 - stable and versioned using [semantic versioning](http://semver.org/).
0.2.9 - stable and versioned using [semantic versioning](http://semver.org/).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'time'

SOURCE = "."
CONFIG = {
'version' => "0.2.8",
'version' => "0.2.9",
'themes' => File.join(SOURCE, "_includes", "themes"),
'layouts' => File.join(SOURCE, "_layouts"),
'posts' => File.join(SOURCE, "_posts"),
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -31,7 +31,7 @@ production_url : http://username.github.com
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
JB :
version : 0.2.8
version : 0.2.9

# All links will be namespaced by BASE_PATH if defined.
# Links in your website should always be prefixed with {{BASE_PATH}}
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Expand Up @@ -5,6 +5,10 @@ Incremental version bumps that were not released publicly are nested where appro

P.S. If there is a standard (popular) changelog format, please let me know.

- **0.2.9 : 2012.03.01**
- **Bug Fixes**
- 0.2.9 : @alishutc Fixes the error on post creation if date was not specified.

- **0.2.8 : 2012.03.01**
- **Features**
- 0.2.8 : @metalelf0 Added option to specify a custom date when creating post.
Expand Down

0 comments on commit 162a85d

Please sign in to comment.