lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-0.8.5 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-0.8.6

- old
+ new

@@ -11,13 +11,14 @@ # 0.8.3 2014-10-10 added readme files in kramdown format for each reader and writer # 0.8.4 2014-10-10 modified writers to pass minimum metadata input test # ... test were added to handle a missing metadata > metadataInfo # ... block in the input. # 0.8.5 2014-10-11 added methods to pass content of readme files +# 0.8.6 2014-10-15 added cli option to return entire content mdTranslator response module ADIWG module Mdtranslator # current mdtranslator version - VERSION = "0.8.5" + VERSION = "0.8.6" end end