From 81373eda34614389dde82aa79ffa7f137b516423 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 5 Jun 2015 12:30:48 -0700 Subject: [PATCH] minor version update --- README.md | 4 ++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5af43dbda..0529e8a78 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ When storing user inputted text in your database, say from a guestbook or throug 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: ``` - - + + ``` Alternatively, CDNjs is also available as a [CDN Host for Emoji One](https://cdnjs.com/libraries/emojione). diff --git a/bower.json b/bower.json index b4ea4e2d6..254ce9605 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "emojione", - "version": "1.4.0", + "version": "1.4.1", "main:": [ "assets/css/emojione.css", "lib/js/emojione.js" diff --git a/package.json b/package.json index fce3179ce..36212f669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emojione", - "version": "1.4.0", + "version": "1.4.1", "description": "Emoji One 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 and SVG formats provided for the emoji images.", "author": "Emoji One (http://emojione.com)", "main": "lib/js/emojione.js",