From 908237c7adc86c7b8529d25ffe0864ab0c554777 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Mon, 1 May 2017 13:00:01 -0400 Subject: [PATCH] Bump to 2.2.2 --- lib/jekyll-seo-tag/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-seo-tag/version.rb b/lib/jekyll-seo-tag/version.rb index d6dd05d..f9d5def 100644 --- a/lib/jekyll-seo-tag/version.rb +++ b/lib/jekyll-seo-tag/version.rb @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end module Jekyll class SeoTag < Liquid::Tag - VERSION = "2.2.1".freeze + VERSION = "2.2.2".freeze end end