Skip to content

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Oct 1, 2023
1 parent 393ce56 commit fbd012a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### 1.10.0 (unreleased)
### 1.10.0

- Unicode 15.1

Expand Down
2 changes: 1 addition & 1 deletion lib/unicode/confusable/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Unicode
module Confusable
VERSION = "1.9.0"
VERSION = "1.10.0"
UNICODE_VERSION = "15.1.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
INDEX_FILENAME = (DATA_DIRECTORY + "/confusable.marshal.gz").freeze
Expand Down

0 comments on commit fbd012a

Please sign in to comment.