lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.1.3.pre.beta5 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.1.5.pre.beta2
- old
+ new
@@ -1,8 +1,10 @@
# adiwg mdCodes
# version 2 history
+# 2.1.4 2017-03-07 added phone types to telephone codes
+# 2.1.4 2017-02-13 added adiwg_metadataStandard, adiwg_metadataRepository codelists
# 2.1.3 2017-02-07 added adiwg_addressType codelist
# 2.1.1 2016-12-18 change to European spelling 'polarisation'
# 2.1.0 2016-11-27 added 10 MI codelists
# version 1 history
@@ -20,11 +22,9 @@
# 1.1.0 2015-07-28 added codelists for country, languages
# 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.1.3-beta5"
+ VERSION = "2.1.5-beta2"
end
-
end