lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-0.9.0 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-0.10.2

- old
+ new

@@ -15,13 +15,17 @@ # 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 # 0.8.7 2014-10-29 added support for resource time period # 0.9.0 2014-11-06 added resourceType to associatedResource and additionalInformation # ... moved resourceType from metadataInfo to resourceInfo in json +# 0.9.1 2014-12-01 changed adiwgJson to mdJson +# 0.9.2 2014-12-01 added data dictionary support +# 0.10.0 2014-12-01 added ISO 19110 writer +# 0.10.1 2014-12-04 fixed problem with messages not returned in an array module ADIWG module Mdtranslator # current mdtranslator version - VERSION = "0.9.0" + VERSION = "0.10.2" end end