Skip to content

Commit

Permalink
Release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Oct 1, 2023
1 parent 07dc29f commit 148e518
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.12.0 (unreleased)
### 1.12.0

- Unicode 15.1

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

module Unicode
module Name
VERSION = "1.11.0"
VERSION = "1.12.0"
UNICODE_VERSION = "15.1.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
INDEX_FILENAME = (DATA_DIRECTORY + "/name.marshal.gz").freeze
Expand Down

0 comments on commit 148e518

Please sign in to comment.