Skip to content

Commit ab2b72f

Browse files
committed
chore: Bump version to 3.0.0
1 parent a5947dd commit ab2b72f

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
AsyncTaskQueue.js is a worker (function) queue executing the tasks asynchronously, which uses (deferred) promises to notify about the execution status.
88

9+
**Warning**: Minified build output and generated documentation has been removed from the source code repository. Instead of to files in this repository, refer to https://unpkg.com/asynctaskqueue.js@3.0.0/asynctaskqueue-min.js and https://prantlf.github.io/asynctaskqueue.js/.
10+
911
## Contributing
1012

1113
In lieu of a formal styleguide, take care to maintain the existing coding style. Lint and test your code.

asynctaskqueue.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
// asynctaskqueue.js 2.0.4
2-
// https://github.com/prantlf/asynctaskqueue.js
3-
// (c) 2014-2012 Ferdinand Prantl <prantlf@gmail.com>
4-
// Freely distributable under the MIT license
1+
// # asynctaskqueue.js 3.0.0
2+
//
3+
// Repository: <a href="https://github.com/prantlf/asynctaskqueue.js">https://github.com/prantlf/asynctaskqueue.js</a><br>
4+
// Copyright (c) 2014-2022 Ferdinand Prantl <prantlf@gmail.com><br>
5+
// Freely distributable under the MIT license
56

67
// ## Environment Detection
78

@@ -323,7 +324,7 @@
323324

324325
});
325326

326-
Queue.version = "2.0.4";
327+
Queue.version = "3.0.0";
327328

328329
return Queue;
329330

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "asynctaskqueue.js",
3-
"version" : "2.0.3",
3+
"version" : "3.0.0",
44
"main" : "asynctaskqueue.js",
55
"keywords" : ["worker", "queue", "asynchronous", "server", "client", "browser"],
66
"ignore" : ["docs", "test", "*.yml", "*.map"]

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"repo" : "prantlf/asynctaskqueue.js",
66
"main" : "asynctaskqueue.js",
77
"scripts" : ["asynctaskqueue.js"],
8-
"version" : "2.0.4",
8+
"version" : "3.0.0",
99
"license" : "MIT"
1010
}

0 commit comments

Comments
 (0)