Skip to content

Commit 798edf2

Browse files
committed
Release 3.2.2
1 parent 35df15e commit 798edf2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-promise",
33
"namespace": "Promise",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"description": "A polyfill for ES6-style Promises, tracking rsvp",
66
"authors": [
77
"Stefan Penner <[email protected]>"

dist/es6-promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
44
* @license Licensed under MIT license
55
* See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
6-
* @version 3.2.1
6+
* @version 3.2.2+35df15ea
77
*/
88

99
(function() {

dist/es6-promise.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-promise",
33
"namespace": "es6-promise",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"description": "A lightweight library that provides tools for organizing asynchronous code",
66
"main": "dist/es6-promise.js",
77
"directories": {

0 commit comments

Comments
 (0)