summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--Rakefile1
-rw-r--r--_config.yml2
3 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9bf9c6d..1bcfdd9 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/Rakefile b/Rakefile
index de6e2a9..a4d8651 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"),
diff --git a/_config.yml b/_config.yml
index abd384a..4fa3bc0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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.