Skip to content

Commit

Permalink
Bump 155
Browse files Browse the repository at this point in the history
  • Loading branch information
sskylar committed Aug 16, 2017
2 parents 3fd24f8 + d1c56a7 commit a5fb4cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module GitHubPages
class Dependencies
VERSIONS = {
# Jekyll
"jekyll" => "3.5.1",
"jekyll" => "3.5.2",
"jekyll-sass-converter" => "1.5.0",

# Converters
Expand All @@ -27,7 +27,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 = 155
.to_s + '-siteleaf'.freeze
end

0 comments on commit a5fb4cd

Please sign in to comment.