From 256a2d6f52b21cf505a2cbe93e62be19c62d5afc Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sun, 21 Feb 2016 14:40:26 -0500 Subject: [PATCH] Bump to 1.2.0 --- 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 01f9676..e39cd0a 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 = '1.1.0'.freeze + VERSION = '1.2.0'.freeze end end