upgrade gem to 2.3.0

This commit is contained in:
Dean Attali 2020-04-29 08:42:15 +00:00
parent 1f25488d56
commit 6fa41ccd9e
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These and other minor changes will not be listed here.
**2020-04-29** Upgrade gem to 2.3.0 to include all new features
**2020-04-28** Add YAML option `footer-extra` for including custom content in the footer
**2020-04-28** Fix issue: linking to a specific part of a page resulted in scrolling too far (#69)

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "beautiful-jekyll-theme"
spec.version = "2.2.0"
spec.version = "2.3.0"
spec.authors = ["Dean Attali"]
spec.email = ["daattali@gmail.com"]