Skip to content

Commit 4c29c7e

Browse files
committed
bump version : 0.2.0
1 parent 58fa445 commit 4c29c7e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
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.1.0 - stable and versioned using [semantic versioning](http://semver.org/).
11+
0.2.0 - stable and versioned using [semantic versioning](http://semver.org/).
1212

1313
## Contributing
1414

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require 'yaml'
44

55
SOURCE = "."
66
CONFIG = {
7+
'version' => "0.2.0",
78
'themes' => File.join(SOURCE, "_includes", "themes"),
89
'layouts' => File.join(SOURCE, "_layouts"),
910
'posts' => File.join(SOURCE, "_posts"),

_config.yml

+1-1
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.1.0
34+
version : 0.2.0
3535

3636
# All links will be namespaced by BASE_PATH if defined.
3737
# This is required for hosting GitHub Project Pages.

0 commit comments

Comments
 (0)