diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36c5c31..70b34ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: fail-fast: false matrix: version: - - '1.5' - '1.6' + - '1.9' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 9901dc9..2605e15 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/data/emoji.dat b/data/emoji.dat index 763905e..0b5917e 100644 Binary files a/data/emoji.dat and b/data/emoji.dat differ diff --git a/deps/Project.toml b/deps/Project.toml index fcc540e..a91861a 100644 --- a/deps/Project.toml +++ b/deps/Project.toml @@ -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"