Skip to content

Commit

Permalink
bump to 0.2.8
Browse files Browse the repository at this point in the history
Forgot about my buddy @metalelf0 =/
  • Loading branch information
plusjade committed Mar 1, 2012
1 parent 9c1cf75 commit cefdd4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.7 - stable and versioned using [semantic versioning](http://semver.org/).
0.2.8 - 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.7",
'version' => "0.2.8",
'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.7
version : 0.2.8

# All links will be namespaced by BASE_PATH if defined.
# Links in your website should always be prefixed with {{BASE_PATH}}
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Expand Up @@ -5,8 +5,9 @@ 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.7 : 2012.03.01**
- **0.2.8 : 2012.03.01**
- **Features**
- 0.2.8 : @metalelf0 Added option to specify a custom date when creating post.
- 0.2.7 : @daz Updates twitter theme framework to use 2.x while still maintaining core layout. #50
@philips and @treggats add support for page.tagline metadata. #31 & #48
- 0.2.6 : @koomar Adds Mixpanel analytics provider. #49
Expand Down

0 comments on commit cefdd4e

Please sign in to comment.