From 0329f38b62c2fda3382635353f95d3173514bd54 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Fri, 25 Mar 2016 13:49:15 -0400 Subject: [PATCH] Bump to 1.3.3 --- 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 f05fb2f..436a021 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.2'.freeze + VERSION = '1.3.3'.freeze end end