lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.13.2 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.13.3

- old
+ new

@@ -1,8 +1,10 @@ # adiwg mdTranslator # version 2 history +# 2.13.3 2018-09-06 bug fix #201 change crossReference processing to an array +# 2.13.3 2018-09-05 bug fix #202 skip responsibility contacts in associatedResource for sbJson # 2.13.2 2018-07-31 fix timeInterval check to allow real and integer # 2.13.2 2018-07-31 add minitest for adiwg-mdJson_schema example # 2.13.1 2018-07-02 fix bug in ISO 19110 writer when dictionary empty # 2.13.1 2018-06-12 change default time stamps from 'local' to UTC # 2.13.1 2018-06-11 fix bug #179 remove 0 time value from date string when time not present @@ -87,10 +89,10 @@ # 2.0.0 2016-10-01 start of version 2 module ADIWG module Mdtranslator # current mdtranslator version - VERSION = "2.13.2" + VERSION = "2.13.3" end end # version 1 history # 1.0.0rc1 2015-02-27 schema 1.0 support