Skip to content

Commit 4a4c934

Browse files
committed
chore: prepare for release beta2
1 parent 35971ec commit 4a4c934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "flow.js",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.0-beta2",
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
@@ -33,7 +33,7 @@
3333
* Library version
3434
* @type {string}
3535
*/
36-
this.version = '2.0.0-alpha';
36+
this.version = '2.0.0-beta2';
3737

3838
/**
3939
* Supported by browser?

0 commit comments

Comments
 (0)