Skip to content

Commit

Permalink
Updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixfox committed Apr 7, 2017
1 parent a328b6c commit 76d730a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions jekyll-theme-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

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|
Expand Down

0 comments on commit 76d730a

Please sign in to comment.