lib/bunto-avatar/version.rb in bunto-avatar-1.0.0 vs lib/bunto-avatar/version.rb in bunto-avatar-2.0.0
- old
+ new
@@ -1,6 +1,6 @@
module Liquid; class Tag; end; end
module Bunto
class Avatar < Liquid::Tag
- VERSION = '1.0.0'.freeze
+ VERSION = '2.0.0'.freeze
end
end