Skip to content

Commit a5be321

Browse files
committed
Updated README for v13.1.0
1 parent 3d01f43 commit a5be321

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/wiki/Emoji) support across all platforms.
44

5-
**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)
5+
**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)
66

7-
The Twemoji library offers support for **3,304** emojis.
7+
The Twemoji library offers support for **3,521** emojis.
88

99
## Usage
1010

@@ -22,7 +22,7 @@ This guarantees that you will always use the latest version of the library.
2222

2323
If, instead, you'd like to include the latest version explicitly, you can add the following tag:
2424
```html
25-
<script src="https://twemoji.maxcdn.com/v/13.0.2/twemoji.min.js" integrity="sha384-wyB/MspSJ/r2bT2kCj44qtsYRYlpzO2oAPhRj5myrWD63dt6qWv4x8AZe7Fl3K3b" crossorigin="anonymous"></script>
25+
<script src="https://twemoji.maxcdn.com/v/13.1.0/twemoji.min.js" integrity="sha384-gPMUf7aEYa6qc3MgqTrigJqf4gzeO6v11iPCKv+AP2S4iWRWCoWyiR+Z7rWHM/hU" crossorigin="anonymous"></script>
2626
```
2727

2828
### Download

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "13.0.2",
2+
"version": "13.1.0",
33
"name": "twemoji",
44
"license": [
55
"MIT",

0 commit comments

Comments
 (0)