diff --git a/README.md b/README.md
index 5f557d8e6..4ea3e9ec6 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ When storing user inputted text in your database, say from a guestbook or throug
We've teamed up with [JSDelivr](http://jsdelivr.com) 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:
```
-
-
+
+
```
Quick installs can also be done using NPM and Bower (for the Javascript toolkit) or Composer (for the PHP toolkit).
diff --git a/bower.json b/bower.json
index b393b564b..d03a67d59 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "emojione",
- "version": "1.2.2",
+ "version": "1.2.3",
"main:": [
"assets/css/emojione.css",
"lib/js/emojione.js"
diff --git a/package.json b/package.json
index ff95a84d8..c448221d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "emojione",
- "version": "1.2.2",
+ "version": "1.2.3",
"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",