From a5be32144e0d51f361056ed2d94d48d805906576 Mon Sep 17 00:00:00 2001 From: Justine De Caires Date: Thu, 27 May 2021 18:30:22 -0700 Subject: [PATCH] Updated README for v13.1.0 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7cb74b5..661186f6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/wiki/Emoji) support across all platforms. -**Twemoji v13.0** adheres to the [Unicode 13.0 spec](https://unicode.org/versions/Unicode13.0.0/) and supports the [Emoji 13.0 spec](https://www.unicode.org/reports/tr51/tr51-18.html) +**Twemoji v13.1** adheres to the [Unicode 13.0 spec](https://unicode.org/versions/Unicode13.0.0/) and supports the [Emoji 13.1 spec](https://www.unicode.org/reports/tr51/tr51-19.html) -The Twemoji library offers support for **3,304** emojis. +The Twemoji library offers support for **3,521** emojis. ## Usage @@ -22,7 +22,7 @@ This guarantees that you will always use the latest version of the library. If, instead, you'd like to include the latest version explicitly, you can add the following tag: ```html - + ``` ### Download diff --git a/package.json b/package.json index e115b0c7..5ea07ab3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "13.0.2", + "version": "13.1.0", "name": "twemoji", "license": [ "MIT",