Skip to content

Commit

Permalink
bump version : 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Feb 4, 2012
1 parent 58fa445 commit 4c29c7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.1.0 - stable and versioned using [semantic versioning](http://semver.org/).
0.2.0 - stable and versioned using [semantic versioning](http://semver.org/).

## Contributing

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -4,6 +4,7 @@ require 'yaml'

SOURCE = "."
CONFIG = {
'version' => "0.2.0",
'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.1.0
version : 0.2.0

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

0 comments on commit 4c29c7e

Please sign in to comment.