lib/eeml.rb in eeml-0.0.11 vs lib/eeml.rb in eeml-0.0.12

- old
+ new

@@ -13,10 +13,10 @@ require 'time' module Eeml # library version number - VERSION = '0.0.11' + VERSION = '0.0.12' # TODO: put in some configuration file, not here LOCAL_EEML_SCHEMA_LOCATION = 'schemas/eeml/005.xsd' end #module