Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Commit 147c407

Browse files
committed
3.1.6 release
1 parent 434e382 commit 147c407

7 files changed

+17
-17
lines changed

.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ecmascript-runtime@0.5.0
1414
ecmascript-runtime-client@0.6.0
1515
ecmascript-runtime-server@0.5.0
1616
ejson@1.1.0
17-
emojione:emojione@3.1.5
17+
emojione:emojione@3.1.6
1818
html-tools@1.0.11
1919
htmljs@1.0.11
2020
http@1.4.1

INSTALLATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
We've teamed up with [JSDelivr](http://www.jsdelivr.com/#!emojione) to provide a simple way to install these emoji on any javascript-enabled website. Add the following script and stylesheet links to the head of your webpage:
44

55
```
6-
<script src="https://cdn.jsdelivr.net/npm/emojione@3.1.5/lib/js/emojione.min.js"></script>
7-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/emojione@3.1.5/extras/css/emojione.min.css"/>
6+
<script src="https://cdn.jsdelivr.net/npm/emojione@3.1.6/lib/js/emojione.min.js"></script>
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/emojione@3.1.6/extras/css/emojione.min.css"/>
88
```
99

1010
Quick installs can also be done using NPM and Bower (for the Javascript toolkit) or Composer (for the PHP toolkit). **If you wish to serve image assets locally you'll need to install [emojione-assets](https://www.github.com/emojione/emojione-assets) and include the pngs and/or sprites into your project.** Many of our [demos](https://demos.emojione.com/latest/) use assets locally simply by pointing the `imagePathPNG` variable to your local asset location.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emojione",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"main": [
55
"extras/css/emojione.css",
66
"lib/js/emojione.js"

lib/js/emojione.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/js/emojione.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'emojione:emojione',
33
summary: 'Meteor Package of the https://www.emojione.com/ set.',
4-
version: '3.1.5',
4+
version: '3.1.6',
55
git: 'https://github.com/emojione/emojione.git'
66
});
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emojione",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "EmojiOne is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images.",
55
"author": "EmojiOne <ryan@emojione.com> (http://emojione.com)",
66
"main": "lib/js/emojione.js",

0 commit comments

Comments
 (0)