Skip to content

Commit

Permalink
chore(v15): 15.0.1 -> 15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecked committed Dec 4, 2023
1 parent 15ca3b6 commit 6780a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://cdn.jsdelivr.net/npm/@twemoji/api@15.0.1/dist/twemoji.min.js integrity="sha384-GWrfUNp6XiceGqVNiGL6eWR/731mM4Dhg3nur6EJGcYZKVZh8pIGXkMhO5XqjFRl" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@twemoji/api@15.0.2/dist/twemoji.min.js integrity="sha384-GWrfUNp6XiceGqVNiGL6eWR/731mM4Dhg3nur6EJGcYZKVZh8pIGXkMhO5XqjFRl" crossorigin="anonymous"></script>
```
### Download
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "15.0.1",
"version": "15.0.2",
"name": "@twemoji/api",
"license": "MIT AND CC-BY-4.0",
"description": "A Unicode standard based way to implement emoji across all platforms.",
Expand Down

0 comments on commit 6780a94

Please sign in to comment.