Bump to 1.3.2

This commit is contained in:
Ben Balter 2016-03-02 12:02:37 -05:00
parent 44867f5e7d
commit 62e82338be
1 changed files with 1 additions and 1 deletions

View File

@ -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