diff --git a/Readme.md b/Readme.md
index 5f09953..cc5b263 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,4 +1,4 @@
-
+
# promise
This is a simple implementation of Promises. It is a super set of ES6 Promises designed to have readable, performant code and to provide just the extensions that are absolutely necessary for using promises today.
@@ -20,7 +20,7 @@ For detailed tutorials on its use, see www.promisejs.org
You can use browserify on the client, or use the pre-compiled script that acts as a polyfill.
```html
-
+
```
Note that the [es5-shim](https://github.com/es-shims/es5-shim) must be loaded before this library to support browsers pre IE9.
diff --git a/component.json b/component.json
index 2be5b27..899a0a9 100644
--- a/component.json
+++ b/component.json
@@ -2,7 +2,7 @@
"name": "promise",
"repo": "then/promise",
"description": "Bare bones Promises/A+ implementation",
- "version": "6.0.1",
+ "version": "6.1.0",
"keywords": [],
"dependencies": {
"johntron/asap": "*"
@@ -18,4 +18,4 @@
"lib/node-extensions.js"
],
"twitter": "@ForbesLindesay"
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 5b8f35a..c085716 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "promise",
- "version": "6.0.1",
+ "version": "6.1.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {