Skip to content

Commit a37d938

Browse files
Release 6.1.0
1 parent c627c0c commit a37d938

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<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>
1+
<a href="https://promisesaplus.com/"><img src="https://promisesaplus.com/assets/logo-small.png" align="right" /></a>
22
# promise
33

44
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
2020
You can use browserify on the client, or use the pre-compiled script that acts as a polyfill.
2121

2222
```html
23-
<script src="https://www.promisejs.org/polyfills/promise-4.0.0.js"></script>
23+
<script src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
2424
```
2525

2626
Note that the [es5-shim](https://github.com/es-shims/es5-shim) must be loaded before this library to support browsers pre IE9.

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "promise",
33
"repo": "then/promise",
44
"description": "Bare bones Promises/A+ implementation",
5-
"version": "6.0.1",
5+
"version": "6.1.0",
66
"keywords": [],
77
"dependencies": {
88
"johntron/asap": "*"
@@ -18,4 +18,4 @@
1818
"lib/node-extensions.js"
1919
],
2020
"twitter": "@ForbesLindesay"
21-
}
21+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)