lib/unicode/scripts/constants.rb in unicode-scripts-1.5.0 vs lib/unicode/scripts/constants.rb in unicode-scripts-1.6.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Unicode module Scripts - VERSION = "1.5.0" - UNICODE_VERSION = "12.1.0" + VERSION = "1.6.0" + UNICODE_VERSION = "13.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/scripts.marshal.gz").freeze end end