Updates README links and corrects version numbering

Updated the links for the Unicode specs to reflect their finalized
versions. Adjusts the versioning of the project to 2.X for larger
releases and 2.3.X for smaller fixes.
pull/277/head v2.3.1
Bryan Haggerty 2017-10-30 13:53:32 -07:00
parent 6c53309666
commit b92cb3acb7
5 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
vertical-align: -0.1em;
}
</style>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
</head>
<body>
<ul class="emoji-list">

View File

@ -25,7 +25,7 @@
vertical-align: -0.1em;
}
</style>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
</head>
<body>
<ul class="emoji-list">

View File

@ -2,7 +2,7 @@
A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/wiki/Emoji) support across all platforms.
**Twemoji v2.3** adheres to the [Unicode 10.0 draft spec](http://unicode.org/versions/Unicode10.0.0/) and supports the [Emoji 5.0 draft spec](http://unicode.org/reports/tr51/proposed.html)
**Twemoji v2.3** adheres to the [Unicode 10.0 spec](http://unicode.org/versions/Unicode10.0.0/) and supports the [Emoji 5.0 spec](http://unicode.org/reports/tr51/)
The Twemoji library offers support for **2,661** emojis, including skin tone and gender modifiers.
@ -17,7 +17,7 @@ The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN
Use the following in the `<head>` tag of your HTML document(s):
```html
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
```
## Breaking changes in V2

View File

@ -44,7 +44,7 @@
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
<script>
// I \u2764 emoji!
twemoji.parse(document.body);

View File

@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.3.1",
"name": "twemoji",
"license": [
"MIT",