Skip to content

Commit

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aigle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11170,7 +11170,7 @@ process.umask = function() { return 0; };
},{"_process":79}],81:[function(require,module,exports){
module.exports={
"name": "aigle",
"version": "1.7.0-1",
"version": "1.7.0",
"description": "Aigle is an ideal Promise library, faster and more functional than other Promise libraries",
"main": "index.js",
"browser": "browser.js",
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.7.0-1",
"version": "1.7.0",
"description": "Aigle is an ideal Promise library, faster and more functional than other Promise libraries",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit 552a1aa

Please sign in to comment.