Skip to content

Commit

Permalink
Merge pull request #98 from a-fakhri/patch-1
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
fongandrew authored Feb 2, 2021
2 parents 876f1db + b633b6f commit 29ce334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ theme for [Jekyll](http://jekyllrb.com) 3.x and 4.x and adds new functionality.
### Usage

Hydeout is available as the `jekyll-theme-hydeout` Ruby Gem.
Add `gem "jekyll-theme-hydeout", "~> 3.4"` to your Gemfile and run
Add `gem "jekyll-theme-hydeout", "~> 4.1"` to your Gemfile and run
`bundle install`.

If you're installing on Github pages, you may also have to add
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-hydeout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-gist", "~> 1.4"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-feed", "~> 0.6"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_development_dependency "wdm", "~> 0.1" if Gem.win_platform?
end

0 comments on commit 29ce334

Please sign in to comment.