Skip to content

Commit

Permalink
Merge branch 'master' into jekyll-v3-5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr authored Aug 16, 2017
2 parents a64579e + 2e09d93 commit 78f5de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Dependencies
"jekyll-paginate" => "1.1.0",
"jekyll-coffeescript" => "1.0.1",
"jekyll-seo-tag" => "2.2.3",
"jekyll-github-metadata" => "2.7.0",
"jekyll-github-metadata" => "2.8.0",
"jekyll-avatar" => "0.4.2",

# Plugins to match GitHub.com Markdown
Expand Down
2 changes: 1 addition & 1 deletion lib/github-pages/plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Plugins
THEMES = {
"minima" => "2.1.1",
"jekyll-swiss" => "0.4.0",
"jekyll-theme-primer" => "0.4.0",
"jekyll-theme-primer" => "0.5.0",
"jekyll-theme-architect" => "0.1.0",
"jekyll-theme-cayman" => "0.1.0",
"jekyll-theme-dinky" => "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/github-pages/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GitHubPages
VERSION = 152
VERSION = 154
end

0 comments on commit 78f5de9

Please sign in to comment.