lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.3.2 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.4.0

- old
+ new

@@ -1,8 +1,10 @@ # adiwg mdCodes # version 2 history +# 2.4.0 2018-01-10 added adiwg mapGridSystem codelist +# 2.4.0 2018-01-10 added adiwg mapProjection codelist # 2.3.3 2017-10-11 added associationType code 'isPartOf' # 2.3.2 2017-10-05 added spatialRepresentation code 'coordinate' # 2.3.1 2017-09-21 added role codes 'observer', 'curator' # 2.3.0 2017-08-01 added showDeprecated parameter to mdCodes methods # 2.3.0 2017-08-01 change to associationTypes: revised definitions, deprecated some codes @@ -31,8 +33,8 @@ # 1.2.0 2015-09-18 change source of characterSet from ISO to IANA # 1.2.1 2015-09-28 bumped version number to match gem module ADIWG module Mdcodes - VERSION = "2.3.2" + VERSION = "2.4.0" end end