Bump to 1.2.0

This commit is contained in:
Ben Balter 2016-02-21 14:40:26 -05:00
parent d688aa049a
commit 256a2d6f52
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.1.0'.freeze
VERSION = '1.2.0'.freeze
end
end