lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-1.0.0 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-1.0.1
- old
+ new
@@ -7,13 +7,15 @@
# 0.2.0 2014-11-07 add option to return only codeNames
# ... moved resources directory outside of lib
# 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'
module ADIWG
module Mdcodes
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
end
\ No newline at end of file