Skip to content

Commit

Permalink
add version 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Ferreira <lsferreira169@gmail.com>
  • Loading branch information
ljmf00 committed Dec 27, 2018
1 parent 3a6e6eb commit 3020dbb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,21 @@
- Basic features

1.0.3
- Improvements and bug fixes
- Improvements and bug fixes

1.0.4
- Minor changes

1.0.5
- Add some default jekyll plugins

1.1.0
- Support for Disqus
- Total support for posts
- Fix page layout
- Add page order to the navigation bar
- Add nonav variable

1.1.1
- Minor changes
- Update dependencies version
4 changes: 2 additions & 2 deletions fuzzy-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "fuzzy-theme"
spec.version = "1.1.0"
spec.version = "1.1.1"
spec.authors = ["Luís Ferreira"]
spec.email = ["admin@aurorafoss.org"]

Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
end

spec.add_runtime_dependency "jekyll", "~> 3.7.4"
spec.add_runtime_dependency "jekyll-feed", "~> 0.10.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.11.0"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5.0"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.2.0"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.14.0"
Expand Down

0 comments on commit 3020dbb

Please sign in to comment.