Skip to content

Commit 656f5fd

Browse files
committed
chore: version update to beta3
1 parent 4a4c934 commit 656f5fd

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.0-beta2",
3+
"version": "2.0.0-beta3",
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.0-beta2",
3+
"version": "2.0.0-beta3",
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-beta2';
36+
this.version = '2.0.0-beta3';
3737

3838
/**
3939
* Supported by browser?

0 commit comments

Comments
 (0)