diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd0d3d..3a5eed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGELOG +### 1.13.5 + +- Fix Ruby warning, patch by @scivola + ### 1.13.4 - Fix regression introduced in 1.13.2 that some more CJK ideographs were missing diff --git a/lib/unicode/name/constants.rb b/lib/unicode/name/constants.rb index 3c1dcfe..69b9def 100644 --- a/lib/unicode/name/constants.rb +++ b/lib/unicode/name/constants.rb @@ -2,7 +2,7 @@ module Unicode module Name - VERSION = "1.13.4" + VERSION = "1.13.5" UNICODE_VERSION = "16.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/name.marshal.gz").freeze