From 76d730a1fbc698c00b85729a44964ff33d817cc0 Mon Sep 17 00:00:00 2001 From: matrixfox Date: Fri, 7 Apr 2017 11:07:04 -0700 Subject: [PATCH] Updated version info --- CHANGELOG.md | 11 +++++++++++ jekyll-theme-bootstrap.gemspec | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990822a..919a77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.0.3 + +* updated homepage url in gemspec +* updated config.yml +* deleted bin scripts +* added bootstrap,cibuild scripts +* renamed bin to script +* added .gitignore +* updated about.md excerpt +* updated layouts in pages + ## v0.0.2 * updated .gemspec spec.files diff --git a/jekyll-theme-bootstrap.gemspec b/jekyll-theme-bootstrap.gemspec index c7eb88d..1d75a41 100644 --- a/jekyll-theme-bootstrap.gemspec +++ b/jekyll-theme-bootstrap.gemspec @@ -2,13 +2,13 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-bootstrap" - spec.version = '0.0.2' + spec.version = "0.0.3" spec.authors = ["matrixfox"] spec.email = ["matrixfox@gmail.com"] spec.summary = "Jekyll Bootstrap Theme" spec.description = "This is a theme for Jekyll that is built from the Bootstrap project." - spec.homepage = "http://matrixfox.com" + spec.homepage = "https://github.com/matrixfox/jekyll-theme-bootstrap" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select do |f|