diff --git a/README.md b/README.md
index 2544f082..06810803 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ You only need to include [tether.min.js](https://github.com/HubSpot/tether/blob/
```
Or just use a CDN:
```
-
+
```
The css files in the [dist/css](https://github.com/HubSpot/tether/tree/master/dist/css) folder are not required to get tether running.
diff --git a/bower.json b/bower.json
index df5f3cd2..82f9a15d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "tether",
- "version": "1.4.1",
+ "version": "1.4.2",
"homepage": "http://github.hubspot.com/tether",
"authors": [
"Zack Bloom ",
diff --git a/dist/js/tether.js b/dist/js/tether.js
index 8ca74f4e..20f23302 100644
--- a/dist/js/tether.js
+++ b/dist/js/tether.js
@@ -1,4 +1,4 @@
-/*! tether 1.4.1 */
+/*! tether 1.4.2 */
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
diff --git a/package.json b/package.json
index 40a275c0..3fd69df9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tether",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
"authors": [
"Zack Bloom ",
@@ -34,7 +34,7 @@
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
- "gulp-uglify": "^1.4.1",
+ "gulp-uglify": "^1.4.2",
"gulp-wrap-umd": "^0.2.1"
}
}