lib/wrongdoc.rb in wrongdoc-1.1.0 vs lib/wrongdoc.rb in wrongdoc-1.1.1

- old
+ new

@@ -4,11 +4,11 @@ require 'tidy_ffi' require 'nokogiri' module Wrongdoc - # the version of wrongdoc, currently 1.1.0 - VERSION = '1.1.0' + # the version of wrongdoc, currently 1.1.1 + VERSION = '1.1.1' autoload :Readme, 'wrongdoc/readme' autoload :History, 'wrongdoc/history' autoload :Release, 'wrongdoc/release'