Skip to content

Commit b798256

Browse files
committed
chore: version up to 2.1.0
1 parent a9fdf86 commit b798256

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow.js",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"main": "src/flow.js",
55
"ignore": [
66
"**/.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow.js",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Flow.js library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads.",
55
"main": "src/flow.js",
66
"scripts": {

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
* Library version
14291429
* @type {string}
14301430
*/
1431-
Flow.version = '2.0.1';
1431+
Flow.version = '2.1.0';
14321432

14331433
if ( typeof module === "object" && module && typeof module.exports === "object" ) {
14341434
// Expose Flow as module.exports in loaders that implement the Node

0 commit comments

Comments
 (0)