Skip to content

Commit cefdd4e

Browse files
committed
bump to 0.2.8
Forgot about my buddy @metalelf0 =/
1 parent 9c1cf75 commit cefdd4e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>
88

99
## Version
1010

11-
0.2.7 - stable and versioned using [semantic versioning](http://semver.org/).
11+
0.2.8 - stable and versioned using [semantic versioning](http://semver.org/).
1212

1313
## Contributing
1414

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'time'
55

66
SOURCE = "."
77
CONFIG = {
8-
'version' => "0.2.7",
8+
'version' => "0.2.8",
99
'themes' => File.join(SOURCE, "_includes", "themes"),
1010
'layouts' => File.join(SOURCE, "_layouts"),
1111
'posts' => File.join(SOURCE, "_posts"),

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ production_url : http://username.github.com
3131
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
3232
#
3333
JB :
34-
version : 0.2.7
34+
version : 0.2.8
3535

3636
# All links will be namespaced by BASE_PATH if defined.
3737
# Links in your website should always be prefixed with {{BASE_PATH}}

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Incremental version bumps that were not released publicly are nested where appro
55

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

8-
- **0.2.7 : 2012.03.01**
8+
- **0.2.8 : 2012.03.01**
99
- **Features**
10+
- 0.2.8 : @metalelf0 Added option to specify a custom date when creating post.
1011
- 0.2.7 : @daz Updates twitter theme framework to use 2.x while still maintaining core layout. #50
1112
@philips and @treggats add support for page.tagline metadata. #31 & #48
1213
- 0.2.6 : @koomar Adds Mixpanel analytics provider. #49

0 commit comments

Comments
 (0)