Skip to content

Commit db89475

Browse files
committed
v3.0.0
1 parent 9551603 commit db89475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "callback-queue",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Put your callbacks into queue to make sure that concurrent requests that you might want to perform will only be executed once",
55
"main": "./lib/callback-queue.js",
66
"scripts": {

0 commit comments

Comments
 (0)