Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed May 8, 2019
1 parent 1d388ee commit c2a81c2
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.6.0 (unreleased)
## 1.6.0

- Unicode 12.1

Expand Down
2 changes: 1 addition & 1 deletion lib/unicode/display_width/constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Unicode
module DisplayWidth
VERSION = '1.5.0'
VERSION = '1.6.0'
UNICODE_VERSION = "12.1.0".freeze
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
INDEX_FILENAME = (DATA_DIRECTORY + '/display_width.marshal.gz').freeze
Expand Down

0 comments on commit c2a81c2

Please sign in to comment.