Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Oct 26, 2015
1 parent ccdb352 commit 621f138
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
],
"authors": [
"Caolan McMahon"
]
}
],
"version": "1.5.0"
}
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
"version": "1.4.2",
"version": "1.5.0",
"keywords": [
"async",
"callback",
Expand All @@ -14,4 +14,4 @@
"scripts": [
"lib/async.js"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist/async.min.js"
],
"author": "Caolan McMahon",
"version": "1.4.2",
"version": "1.5.0",
"keywords": [
"async",
"callback",
Expand Down Expand Up @@ -82,4 +82,4 @@
"tests"
]
}
}
}

0 comments on commit 621f138

Please sign in to comment.