Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suguru03 committed Aug 27, 2017
1 parent ce2ce10 commit 7f01c79
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/aigle-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -12007,9 +12007,10 @@ process.umask = function() { return 0; };
},{"_process":79}],81:[function(require,module,exports){
module.exports={
"name": "aigle",
"version": "1.8.0",
"version": "1.8.1",
"description": "Aigle is an ideal Promise library, faster and more functional than other Promise libraries",
"main": "index.js",
"private": true,
"browser": "browser.js",
"scripts": {
"bench": "node --expose_gc ./benchmark -d",
Expand Down
2 changes: 1 addition & 1 deletion dist/aigle-es5.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/aigle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11233,9 +11233,10 @@ process.umask = function() { return 0; };
},{"_process":79}],81:[function(require,module,exports){
module.exports={
"name": "aigle",
"version": "1.8.0",
"version": "1.8.1",
"description": "Aigle is an ideal Promise library, faster and more functional than other Promise libraries",
"main": "index.js",
"private": true,
"browser": "browser.js",
"scripts": {
"bench": "node --expose_gc ./benchmark -d",
Expand Down
2 changes: 1 addition & 1 deletion dist/aigle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aigle",
"version": "1.8.0",
"version": "1.8.1",
"description": "Aigle is an ideal Promise library, faster and more functional than other Promise libraries",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 7f01c79

Please sign in to comment.