From 85934ae5de7c4620fbdeeeaa66fd26e76fba2a28 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Thu, 7 Jan 2016 18:20:03 -0500 Subject: [PATCH] Bump to 0.1.4 --- 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 358cf64..8b59136 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 = "0.1.3" + VERSION = "0.1.4" end end