lib/nokogiri/ext/version.rb in nokogiri-ext-0.1.0 vs lib/nokogiri/ext/version.rb in nokogiri-ext-0.1.1

- old
+ new

@@ -1,6 +1,8 @@ +# frozen_string_literal: true + module Nokogiri module Ext # nokogiri-ext version - VERSION = '0.1.0' + VERSION = '0.1.1' end end