Skip to content

Commit

Permalink
Merge pull request #908 from github/jekyll-395
Browse files Browse the repository at this point in the history
Bump Jekyll to 3.9.5
  • Loading branch information
yoannchaudet committed Feb 13, 2024
2 parents c5fdc5f + e7a03e7 commit a5898bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/github-pages/dependencies.rb
Expand Up @@ -7,7 +7,7 @@ module GitHubPages
class Dependencies
VERSIONS = {
# Jekyll
"jekyll" => "3.9.4",
"jekyll" => "3.9.5",
"jekyll-sass-converter" => "1.5.2",

# Converters
Expand Down
2 changes: 1 addition & 1 deletion lib/github-pages/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GitHubPages
VERSION = 229
VERSION = 230
end

0 comments on commit a5898bc

Please sign in to comment.