Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Grondin committed Jul 3, 2018
1 parent 36293f8 commit 347c34c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bottleneck.js
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ module.exports={
},{}],13:[function(require,module,exports){
module.exports={
"name": "bottleneck",
"version": "2.5.0",
"version": "2.5.1",
"description": "Distributed task scheduler and rate limiter",
"main": "lib/index.js",
"typings": "bottleneck.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion bottleneck.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bottleneck",
"main": "bottleneck.js",
"version": "2.5.0",
"version": "2.5.1",
"homepage": "https://github.com/SGrondin/bottleneck",
"authors": [
"SGrondin <github@simongrondin.name>"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottleneck",
"version": "2.5.0",
"version": "2.5.1",
"description": "Distributed task scheduler and rate limiter",
"main": "lib/index.js",
"typings": "bottleneck.d.ts",
Expand Down

0 comments on commit 347c34c

Please sign in to comment.