Bump to 1.1.0

This commit is contained in:
Ben Balter 2016-02-20 14:04:43 -05:00
parent ab3ad086e1
commit 2ee2f3e6e0
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.0.0'.freeze
VERSION = '1.1.0'.freeze
end
end