Skip to content

Commit 8b6a3d2

Browse files
committed
Merge branch 'upstream/master' into dockerize
2 parents bc487a3 + 43b7670 commit 8b6a3d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/github-pages/dependencies.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ class Dependencies
3232
# Plugins to match GitHub.com Markdown
3333
"jemoji" => "0.8.1",
3434
"jekyll-mentions" => "1.2.0",
35-
"jekyll-relative-links" => "0.5.1",
36-
"jekyll-optional-front-matter" => "0.2.0",
37-
"jekyll-readme-index" => "0.1.0",
35+
"jekyll-relative-links" => "0.5.2",
36+
"jekyll-optional-front-matter" => "0.3.0",
37+
"jekyll-readme-index" => "0.2.0",
3838
"jekyll-default-layout" => "0.1.4",
39-
"jekyll-titles-from-headings" => "0.4.0",
39+
"jekyll-titles-from-headings" => "0.5.0",
4040

4141
# Pin listen because it's broken on 2.1 & that's what we recommend.
4242
# https://github.com/guard/listen/pull/371

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 = 169
4+
VERSION = 170
55
end

0 commit comments

Comments
 (0)