lib/unicode/numeric_value/constants.rb in unicode-numeric_value-1.8.0 vs lib/unicode/numeric_value/constants.rb in unicode-numeric_value-1.9.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module Unicode
module NumericValue
- VERSION = "1.8.0"
- UNICODE_VERSION = "14.0.0"
+ VERSION = "1.9.0"
+ UNICODE_VERSION = "15.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
INDEX_FILENAME = (DATA_DIRECTORY + "/numeric_value.marshal.gz").freeze
end
end