Skip to content

Commit a5898bc

Browse files
authored
Merge pull request #908 from github/jekyll-395
Bump Jekyll to 3.9.5
2 parents c5fdc5f + e7a03e7 commit a5898bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/github-pages/dependencies.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module GitHubPages
77
class Dependencies
88
VERSIONS = {
99
# Jekyll
10-
"jekyll" => "3.9.4",
10+
"jekyll" => "3.9.5",
1111
"jekyll-sass-converter" => "1.5.2",
1212

1313
# Converters

lib/github-pages/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GitHubPages
4-
VERSION = 229
4+
VERSION = 230
55
end

0 commit comments

Comments
 (0)