Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Jan 14, 2015
1 parent c627c0c commit a37d938
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://promises-aplus.github.io/promises-spec"><img src="https://promises-aplus.github.io/promises-spec/assets/logo-small.png" align="right" /></a>
<a href="https://promisesaplus.com/"><img src="https://promisesaplus.com/assets/logo-small.png" align="right" /></a>
# 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.
Expand All @@ -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
<script src="https://www.promisejs.org/polyfills/promise-4.0.0.js"></script>
<script src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
```

Note that the [es5-shim](https://github.com/es-shims/es5-shim) must be loaded before this library to support browsers pre IE9.
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand All @@ -18,4 +18,4 @@
"lib/node-extensions.js"
],
"twitter": "@ForbesLindesay"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise",
"version": "6.0.1",
"version": "6.1.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a37d938

Please sign in to comment.