lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.0.0rc2 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.0.0rc3

- old
+ new

@@ -1,19 +1,18 @@ # adiwg mdTranslator # version 2 history -# 2016-10-01 start of version 2 +# 2.0.0rc3 2017-05-16 removed topicCategory from schema and manage as keyword +# 2.0.0rc2 2017-04-21 removed inline CSS option from CLI +# 2.0.0rc1 2017-04-09 release candidate 1 +# 2.0.0 2016-10-01 start of version 2 module ADIWG - module Mdtranslator - # current mdtranslator version - VERSION = "2.0.0rc2" - end + module Mdtranslator + # current mdtranslator version + VERSION = "2.0.0rc3" + end end - -# version 2 history -# 2.0.0rc2 2017-04-21 removed inline CSS option from CLI -# 2.0.0rc1 2017-04-09 release candidate 1 # version 1 history # 1.0.0rc1 2015-02-27 schema 1.0 support # 1.1.0 2015-04-13 added html writer # 1.2.0 2015-06-12 added mdCodes for source of codelists