lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-1.0.1 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-1.1.0

- old
+ new

@@ -9,13 +9,15 @@ # 0.2.1 2014-11-10 added support for JSON returns # 0.3.0 2014-11-18 added administrator to role codelist # 0.4.0 2014-12-18 split codelists into individual YAML file # 1.0.0 2015-03-11 roll out as version 1 # 1.0.1 2015-06-11 added new codes to 'scope' +# 1.1.0 2015-07-22 added codelists for cellGeometry, dimensionNameType, imageCondition, coverageContentType +# 1.1.0 2015-07-28 added codelists for country, languages module ADIWG module Mdcodes - VERSION = "1.0.1" + VERSION = "1.1.0" end end \ No newline at end of file