We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0f457c + 9e968a7 commit 07c8509Copy full SHA for 07c8509
lib/github-pages/dependencies.rb
@@ -7,7 +7,7 @@ module GitHubPages
7
class Dependencies
8
VERSIONS = {
9
# Jekyll
10
- "jekyll" => "3.9.2",
+ "jekyll" => "3.9.3",
11
"jekyll-sass-converter" => "1.5.2",
12
13
# Converters
lib/github-pages/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module GitHubPages
4
- VERSION = 227
+ VERSION = 228
5
end
0 commit comments