Skip to content

Commit

Permalink
Merge pull request #22 from JuliaString/spj/v15_0
Browse files Browse the repository at this point in the history
Update to Unicode 15.0
  • Loading branch information
ScottPJones authored Oct 27, 2023
2 parents 5b007fd + 179733c commit 991d107
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["Entities", "Emoji"]
license = "MIT"
name = "Emoji_Entities"
uuid = "fd8f23de-bd2f-5c75-921c-0c9ab51355f5"
version = "1.0.3"
version = "1.1.0"

[deps]
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
Expand Down
Binary file modified data/emoji.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ desc = "Build entities from Emoji data tables"
keywords = ["Entities", "Emoji"]
license = "MIT"
name = "Emoji_Entities Build"
version = "1.0.2"
version = "1.1.0"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

0 comments on commit 991d107

Please sign in to comment.