From 62e82338be0796a67d4b1280fba396f72164909b Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 2 Mar 2016 12:02:37 -0500 Subject: [PATCH] Bump to 1.3.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 7c37e62..f05fb2f 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.3.1'.freeze + VERSION = '1.3.2'.freeze end end