Bump to 1.3.1

This commit is contained in:
Ben Balter 2016-02-25 13:20:58 -05:00
parent 3aa3f4b88e
commit b77a20d3d9
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.0'.freeze
VERSION = '1.3.1'.freeze
end
end